# 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 = "mani" version = "0.7.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mani provides an in-memory manifest of related files." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "mani" path = "src/lib.rs" [[bin]] name = "mani-append" path = "src/bin/mani-append.rs" required-features = ["binaries"] [[bin]] name = "mani-cat" path = "src/bin/mani-cat.rs" required-features = ["binaries"] [[bin]] name = "mani-dump" path = "src/bin/mani-dump.rs" required-features = ["binaries"] [[bin]] name = "mani-remove" path = "src/bin/mani-remove.rs" required-features = ["binaries"] [[bin]] name = "mani-rollover" path = "src/bin/mani-rollover.rs" required-features = ["binaries"] [[bin]] name = "mani-verify" path = "src/bin/mani-verify.rs" required-features = ["binaries"] [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.prototk] version = "0.10" [dependencies.prototk_derive] version = "0.10" [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.armnod] version = "0.8" [dev-dependencies.guacamole] version = "0.9" [features] binaries = ["command_line"] command_line = [ "dep:arrrg", "dep:arrrg_derive", "dep:getopts", ] default = ["binaries"]