# 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.63" name = "base64-simd" version = "0.8.0" description = "SIMD-accelerated base64 encoding and decoding" readme = "README.md" keywords = [ "base64", "simd", ] categories = [ "no-std", "parser-implementations", "encoding", ] license = "MIT" repository = "https://github.com/Nugine/simd" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.outref] version = "0.5.0" [dependencies.vsimd] version = "0.8.0" [dev-dependencies.base64] version = "0.20.0" [dev-dependencies.const-str] version = "0.5.3" [dev-dependencies.rand] version = "0.8.5" [features] alloc = ["vsimd/alloc"] default = [ "std", "detect", ] detect = ["vsimd/detect"] std = [ "alloc", "vsimd/std", ] unstable = ["vsimd/unstable"] [target."cfg(target_arch=\"wasm32\")".dev-dependencies.getrandom] version = "0.2.8" features = ["js"] [target."cfg(target_arch=\"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.33"