# 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.70.0" name = "base64_type" version = "0.2.0" authors = ["IronCore Labs "] description = "Simple Rust type wrapper for Vec that uses base64 for serialization" documentation = "https://docs.rs/base64_type" readme = "README.md" keywords = ["base64"] categories = ["rust-patterns"] license = "AGPL-3.0-only" repository = "https://github.com/IronCoreLabs/base64_type" [dependencies.base64] version = "0.21" [dependencies.base64-serde] version = "0.7" [dependencies.bytes] version = "1" [dependencies.proptest] version = "1.0" optional = true [dependencies.proptest-derive] version = "0.4" optional = true [dependencies.serde] version = "1" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.proptest-derive] version = "0.4" [dev-dependencies.serde_json] version = "1" [features] arbitrary = [ "proptest", "proptest-derive", ]