# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fbnc" version = "0.2.10" authors = ["FindoraNetwork"] description = "Findora BNC, a native cache implementation for blockchain." homepage = "https://github.com/FindoraNetwork/fbnc" keywords = ["cache", "database"] categories = ["database"] license = "MIT" repository = "https://github.com/FindoraNetwork/fbnc.git" resolver = "2" [[bench]] name = "cache" harness = false [dependencies.bincode] version = "1.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.rand] version = "0.8.3" [dependencies.rocksdb] version = "0.17.0" features = ["lz4"] optional = true default-features = false [dependencies.ruc] version = "1.0" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dev-dependencies.criterion] version = "0.3.5" [features] default = ["diskcache"] diskcache = ["rocksdb"]