# 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 = "stinkage" version = "0.0.1" authors = ["Tony Arcieri "] description = " (S)TREAM-ing (Tink)-alike (A)ES-(G)CM (E)ncryption: segmented,\n seekable, streaming authenticated encryption using an\n HMAC + AES-GCM + STREAM construction as implemented by the\n Google Tink encryption library (created by Daniel Bleichenbacher\n et al).\n " homepage = "https://github.com/iqlusioninc/crates/" readme = "README.md" keywords = ["aes", "cryptography", "encryption", "security", "streaming"] categories = ["cryptography", "no-std"] license = "Apache-2.0" [dependencies.ring] version = "0.13" [badges.circle-ci] repository = "iqlusioninc/crates"