|
|
@ -9,7 +9,6 @@ readme = "README.md" |
|
|
|
repository = "https://github.com/rust-rocksdb/rust-rocksdb" |
|
|
|
repository = "https://github.com/rust-rocksdb/rust-rocksdb" |
|
|
|
keywords = [ "bindings", "ffi", "rocksdb" ] |
|
|
|
keywords = [ "bindings", "ffi", "rocksdb" ] |
|
|
|
categories = [ "api-bindings", "database", "external-ffi-bindings" ] |
|
|
|
categories = [ "api-bindings", "database", "external-ffi-bindings" ] |
|
|
|
|
|
|
|
|
|
|
|
links = "rocksdb" |
|
|
|
links = "rocksdb" |
|
|
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
[features] |
|
|
@ -30,5 +29,5 @@ uuid = { version = "0.8", features = ["v4"] } |
|
|
|
|
|
|
|
|
|
|
|
[build-dependencies] |
|
|
|
[build-dependencies] |
|
|
|
cc = { version = "^1.0", features = ["parallel"] } |
|
|
|
cc = { version = "^1.0", features = ["parallel"] } |
|
|
|
bindgen = "0.54" |
|
|
|
bindgen = "0.55" |
|
|
|
glob = "0.3" |
|
|
|
glob = "0.3" |
|
|
|