# 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" name = "bao_bin" version = "0.12.1" authors = ["Jack O'Connor"] description = "the command line utility that's part of the bao crate" readme = "../README.md" license = "CC0-1.0 OR Apache-2.0" repository = "https://github.com/oconnor663/bao" [[bin]] name = "bao" path = "src/main.rs" [dependencies.arrayref] version = "0.3.5" [dependencies.bao] version = "0.12" [dependencies.blake3] version = "1.0.0" [dependencies.docopt] version = "1.1.0" [dependencies.failure] version = "0.1.5" [dependencies.hex] version = "0.4.0" [dependencies.memmap] version = "0.7.0" [dependencies.serde] version = "1.0.97" features = ["derive"] [dev-dependencies.duct] version = "0.13.0" [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.tempfile] version = "3.1.0" [features] default = ["rayon"] neon = ["blake3/neon"] rayon = ["blake3/rayon"]