[package] name = "nosql_rocksdb" version = "0.0.2" edition = "2021" authors = ["Vincenzo Palazzo "] description = "The NoSQL DB API for ReocksDB" readme = "../README.md" homepage = "https://github.com/vincenzopalazzo/nosql-db" repository = "https://github.com/vincenzopalazzo/nosql-db.git" license = "GPL-2.0" [dependencies] rocksdb = { version = "0.19.0", features = ["lz4"] } nosql_db = { version = "0.0.2" }