# 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 = "sst" version = "0.14.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SST provides a sorted string table abstraction." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "sst" path = "src/lib.rs" [[bin]] name = "jester-from-plaintext" path = "src/bin/jester-from-plaintext.rs" required-features = ["binaries"] [[bin]] name = "log-checksum" path = "src/bin/log-checksum.rs" required-features = ["binaries"] [[bin]] name = "log-dump" path = "src/bin/log-dump.rs" required-features = ["binaries"] [[bin]] name = "log-from-plaintext" path = "src/bin/log-from-plaintext.rs" required-features = ["binaries"] [[bin]] name = "log-options" path = "src/bin/log-options.rs" required-features = ["binaries"] [[bin]] name = "log-truncate-final-partial-frame" path = "src/bin/log-truncate-final-partial-frame.rs" required-features = ["binaries"] [[bin]] name = "sst-checksum" path = "src/bin/sst-checksum.rs" required-features = ["binaries"] [[bin]] name = "sst-dump" path = "src/bin/sst-dump.rs" required-features = ["binaries"] [[bin]] name = "sst-from-log" path = "src/bin/sst-from-log.rs" required-features = ["binaries"] [[bin]] name = "sst-from-plaintext" path = "src/bin/sst-from-plaintext.rs" required-features = ["binaries"] [[bin]] name = "sst-inspect" path = "src/bin/sst-inspect.rs" required-features = ["binaries"] [[bin]] name = "sst-options" path = "src/bin/sst-options.rs" required-features = ["binaries"] [[bin]] name = "sst-stat" path = "src/bin/sst-stat.rs" required-features = ["binaries"] [[test]] name = "alphabet" path = "tests/alphabet.rs" [[test]] name = "block" path = "tests/block.rs" [[test]] name = "bounds_cursor" path = "tests/bounds_cursor.rs" [[test]] name = "concat_cursor" path = "tests/concat_cursor.rs" [[test]] name = "guacamole" path = "tests/guacamole.rs" [[test]] name = "merging_cursor" path = "tests/merging_cursor.rs" [[test]] name = "properties" path = "tests/properties.rs" [[test]] name = "pruning_cursor" path = "tests/pruning_cursor.rs" [[test]] name = "reference" path = "tests/reference.rs" [[test]] name = "sst" path = "tests/sst.rs" [dependencies.armnod] version = "0.8" [dependencies.arrrg] version = "0.5" optional = true [dependencies.arrrg_derive] version = "0.5" optional = true [dependencies.biometrics] version = "0.10" [dependencies.buffertk] version = "0.10" [dependencies.crc32c] version = "0.6" [dependencies.getopts] version = "0.2" optional = true [dependencies.guacamole] version = "0.9" [dependencies.libc] version = "0.2" [dependencies.nom] version = "7.1" [dependencies.prototk] version = "0.10" [dependencies.prototk_derive] version = "0.10" [dependencies.setsum] version = "0.7" [dependencies.siphasher] version = "1.0.0" [dependencies.sync42] version = "0.12" [dependencies.tatl] version = "0.10" [dependencies.utilz] version = "0.5" [dependencies.zerror] version = "0.7" [dependencies.zerror_core] version = "0.10" [dependencies.zerror_derive] version = "0.6" [dev-dependencies.proptest] version = "1.0" [features] binaries = ["command_line"] command_line = [ "dep:arrrg", "dep:arrrg_derive", "dep:getopts", ] default = ["binaries"]