# 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_bytes_wrapper" version = "0.1.0" authors = ["dedefer "] description = "Wrapper for Vec, which uses serde_bytes as representation." homepage = "https://github.com/dedefer/serde_bytes_wrapper" readme = "README.md" keywords = ["serde", "bytes", "b64"] categories = ["encoding"] license = "MIT" repository = "https://github.com/dedefer/serde_bytes_wrapper" resolver = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dev-dependencies.base64] version = "0.13" [dev-dependencies.serde-bytes-repr] version = "0.1" [dev-dependencies.serde_cbor] version = "0.11" [dev-dependencies.serde_json] version = "1"