# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "radix64" version = "0.6.2" authors = ["Glenn Griffin "] exclude = ["/ci/*", "/.travis.yml", "bench_results/*"] description = "A base64 library by another name" homepage = "https://github.com/ggriffiniii/radix64" documentation = "https://docs.rs/radix64" readme = "README.md" keywords = ["base64", "encoding", "encode", "decoding", "decode"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/ggriffiniii/radix64" [package.metadata.release] no-dev-version = true [profile.bench] opt-level = 3 debug = true [[bench]] name = "benches" harness = false [dependencies.arrayref] version = "0.3.5" [dependencies.cfg-if] version = "0.1.9" [dev-dependencies.base64] version = "0.10.1" [dev-dependencies.criterion] version = "0.2.11" [dev-dependencies.lazy_static] version = "1.3.0" [dev-dependencies.proptest] version = "0.9.4" [dev-dependencies.rand] version = "0.6.5" [features] default = ["simd"] simd = []