# 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 = "lsmtk" version = "0.11.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "lsmtk provides a log-structured-merge-graph" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "lsmtk" path = "src/lib.rs" [[bin]] name = "lsmtk-init" path = "src/bin/lsmtk-init.rs" required-features = ["binaries"] [[bin]] name = "lsmtk-options" path = "src/bin/lsmtk-options.rs" required-features = ["binaries"] [[bin]] name = "lsmtk-sst-ingest" path = "src/bin/lsmtk-sst-ingest.rs" required-features = ["binaries"] [[bin]] name = "lsmtk-verify-and-unlink" path = "src/bin/lsmtk-verify-and-unlink.rs" required-features = ["binaries"] [[bin]] name = "lsmtk-verify-manifest" path = "src/bin/lsmtk-verify-manifest.rs" required-features = ["binaries"] [[bin]] name = "lsmtk-watch-for-ingest" path = "src/bin/lsmtk-watch-for-ingest.rs" required-features = ["binaries"] [dependencies.arrrg] version = "0.6" optional = true [dependencies.arrrg_derive] version = "0.6" optional = true [dependencies.biometrics] version = "0.10" [dependencies.buffertk] version = "0.11" [dependencies.getopts] version = "0.2" optional = true [dependencies.indicio] version = "0.10" [dependencies.mani] version = "0.8" [dependencies.one_two_eight] version = "0.8" [dependencies.prototk] version = "0.11" [dependencies.prototk_derive] version = "0.11" [dependencies.setsum] version = "0.7" [dependencies.skipfree] version = "0.7" [dependencies.sst] version = "0.15" [dependencies.sync42] version = "0.13" [dependencies.utilz] version = "0.5" [dependencies.zerror] version = "0.7" [dependencies.zerror_core] version = "0.11" [dependencies.zerror_derive] version = "0.6" [features] binaries = ["command_line"] command_line = [ "dep:arrrg", "dep:arrrg_derive", "dep:getopts", ] default = ["binaries"]