# 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" version = "0.12.1" authors = ["Jack O'Connor"] description = "an implementation of BLAKE3 verified streaming" documentation = "https://docs.rs/bao" readme = "README.md" license = "CC0-1.0 OR Apache-2.0" repository = "https://github.com/oconnor663/bao" [dependencies.arrayref] version = "0.3.5" [dependencies.arrayvec] version = "0.7.1" [dependencies.blake3] version = "1.0.0" [dev-dependencies.lazy_static] version = "1.3.0" [dev-dependencies.page_size] version = "0.4.1" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.serde] version = "1.0.97" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.40" [dev-dependencies.tempfile] version = "3.1.0"