# 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 = "2018" rust-version = "1.60" name = "rust-speedb" version = "0.0.6" exclude = [ ".gitignore", ".travis.yml", "deploy.sh", "test/**/*", ] description = "Rust wrapper for speedb embeddable datsabase" readme = "README.md" keywords = [ "database", "embedded", "LSM-tree", "persistence", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/speedb-io/speedb" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.speedb-sys] version = "0.0.6" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.trybuild] version = "1.0" [features] bzip2 = ["speedb-sys/bzip2"] default = [ "snappy", "lz4", "zstd", "zlib", "bzip2", ] io-uring = ["speedb-sys/io-uring"] jemalloc = ["speedb-sys/jemalloc"] lz4 = ["speedb-sys/lz4"] multi-threaded-cf = [] rtti = ["speedb-sys/rtti"] serde1 = ["serde"] snappy = ["speedb-sys/snappy"] valgrind = [] zlib = ["speedb-sys/zlib"] zstd = ["speedb-sys/zstd"]