# 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 = "tiny-crypto" version = "0.1.3" authors = ["mikewei@github"] description = "The tiny-crypto crate is a collection of tools for common crypto algorithms, with APIs aimed to be simple to use." homepage = "https://github.com/mikewei/tiny-crypto-rs" readme = "README.md" license = "MIT" repository = "https://github.com/mikewei/tiny-crypto-rs" [dependencies.base64ct] version = "1.6.0" features = ["std"] [dependencies.bincode] version = "1.3.3" [dependencies.hex] version = "0.4.3" [dependencies.libaes] version = "0.7.0" [dependencies.sha1] version = "0.10.6" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.rstest] version = "0.18.2"