# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "castor" version = "0.5.0" authors = ["Zach Shipko "] description = "Content addressable storage backed by LMDB" documentation = "https://docs.rs/castor" keywords = ["content-addressable", "storage", "database", "lmdb"] license = "ISC" repository = "https://github.com/zshipko/castor" [dependencies.blake2] version = "0.8" optional = true [dependencies.digest] version = "0.8" [dependencies.kv] version = "0.9" [dependencies.sha2] version = "0.8" optional = true [dependencies.sha3] version = "0.8" optional = true [features] blake2b = ["blake2"] blake2s = ["blake2"] default = ["blake2s"] sha2_256 = ["sha2"] sha2_512 = ["sha2"] sha3_256 = ["sha3"] sha3_512 = ["sha3"]