# 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" rust-version = "1.66" name = "shelter-block" version = "0.1.0" authors = ["Jacob ZAK"] description = "A safe place for all your data" readme = "README.md" keywords = [ "cryptography", "crypto", ] categories = ["cryptography"] license = "MPL-2.0" repository = "https://github.com/rusty-shelter/rusty-shelter" resolver = "1" [dependencies.bincode] version = "1.3" [dependencies.blake3] version = "1.0" [dependencies.multibase] version = "0.9" [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.11" [dependencies.serde_derive] version = "1.0" [dependencies.unsigned-varint] version = "0.7" [dependencies.xid] version = "1.0" [dev-dependencies.criterion] version = "0.5"