# 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" name = "serde_repr_base64" version = "0.1.0" authors = ["Mincong Lu "] description = """ A #[serde(with = \"base64\")] adaptor for base64 and bytemuck. """ readme = "README.md" keywords = [ "serde", "base64", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mintlu8/serde_repr_base64" [dependencies.base64] version = "0.22.1" [dependencies.bytemuck] version = "1.16.1" [dependencies.serde] version = "1.0.204" [dev-dependencies.postcard] version = "1.0.8" features = ["alloc"] [dev-dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.120"