# 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.57.0" name = "base64-serde" version = "0.8.0" authors = ["Marshall Pierce "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integration between rust-base64 and serde" homepage = "https://github.com/marshallpierce/base64-serde" documentation = "https://docs.rs/base64-serde/" readme = "README.md" keywords = [ "base64", "serde", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/marshallpierce/base64-serde" [lib] name = "base64_serde" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies] [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.128"