# 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] name = "tomcrypt" version = "0.1.0" authors = ["Flakebi "] include = ["src/*", "README.md", "Cargo.toml"] description = "Bindings to libtomcrypt, a fairly comprehensive, modular and portable\ncryptographic toolkit that provides developers with a vast array of well known\npublished block ciphers, one-way hash functions, chaining modes, pseudo-random\nnumber generators, public key cryptography and a plethora of other routines.\n" documentation = "https://docs.rs/tomcrypt" readme = "README.md" keywords = ["cryptography", "crypto"] categories = ["cryptography", "api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/ReSpeak/tomcrypt-rs" [lib] name = "tomcrypt" path = "src/lib.rs" [dependencies.tomcrypt-sys] version = "0.1" [dependencies.error-chain] version = "0.11"