# 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.65" name = "age-core" version = "0.11.0" authors = ["Jack Grigg "] description = "[BETA] Common functions used across the age crates" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/str4d/rage" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] bench = false [dependencies.base64] version = "0.21" [dependencies.chacha20poly1305] version = "0.10" features = ["alloc"] default-features = false [dependencies.cookie-factory] version = "0.3.1" [dependencies.hkdf] version = "0.12" [dependencies.io_tee] version = "0.1.1" [dependencies.nom] version = "7" features = ["alloc"] default-features = false [dependencies.rand] version = "0.8" [dependencies.secrecy] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.tempfile] version = "3.2.0" optional = true [features] plugin = ["tempfile"] unstable = [] [badges.maintenance] status = "experimental"