# 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" rust-version = "1.67" name = "lsmlite-rs" version = "0.2.1" authors = ["Helsing GmbH"] build = "build.rs" description = "Helsing's Rust bindings for sqlite3's lsm1 extension in stand-alone fashion." documentation = "https://docs.rs/lsmlite-rs/" readme = "README.md" keywords = [ "lsm", "storage-engine", "embedded", "persistence", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/helsing-ai/lsmlite-rs" [profile.dev] incremental = false [dependencies.libz-sys] version = "1.1.8" features = ["libc"] default-features = false [dependencies.lz4-sys] version = "1.9.4" [dependencies.prometheus] version = "0.13.3" [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.tracing] version = "0.1.37" features = ["log"] [dependencies.zstd-sys] version = "2.0.7" [dev-dependencies.chrono] version = "0.4.24" [dev-dependencies.md5] version = "0.7.0" [dev-dependencies.nix] version = "0.26.2" [dev-dependencies.prost] version = "0.11.8" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_mt] version = "4.2.1" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = [ "std", "env-filter", ] [build-dependencies.cc] version = "1.0.79"