# 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 = "base_any" version = "0.1.0" authors = ["ZengYL "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "通用的 base 系列编解码。中文编码。" documentation = "https://docs.rs/base_any/" readme = "README.md" keywords = [ "decode", "encode", "no_std", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zeng-y-l/base_any" [lib] name = "base_any" path = "src/lib.rs" [[bin]] name = "base_any" path = "src/main.rs" [dev-dependencies.base16ct] version = "0.2.0" [dev-dependencies.base32] version = "0.5.1" [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.unicode-ident] version = "1.0.12" [features] default = ["std"] std = []