# 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 = "jose-b64" version = "0.1.2" authors = ["RustCrypto Developers"] description = "Base64 utilities for use in JOSE crates" documentation = "https://docs.rs/jose-b64" readme = "README.md" keywords = [ "json", "jose", ] categories = [ "cryptography", "data-structures", "encoding", "parser-implementations", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/JOSE/tree/master/jose-b64" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64ct] version = "1.6.0" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0.185" features = [ "alloc", "derive", ] optional = true default-features = false [dependencies.serde_json] version = "1.0.96" features = ["alloc"] optional = true default-features = false [dependencies.subtle] version = "2.5.0" optional = true default-features = false [dependencies.zeroize] version = "1.6.0" features = [ "alloc", "serde", ] optional = true default-features = false [features] json = [ "serde", "dep:serde_json", ] secret = [ "serde", "dep:zeroize", "dep:subtle", ] serde = ["dep:serde"]