# 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 = "bs64" version = "0.1.2" authors = ["ozgb"] exclude = [".vscode/"] description = "SIMD-accelerated Base64 encoding and decoding library" readme = "README.md" keywords = [ "base64", "simd", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/ozgb/bs64" [dependencies.base64] version = "0.21.0" optional = true [dependencies.clap] version = "4.4.6" features = ["derive"] optional = true [dependencies.data-encoding] version = "2.3.3" optional = true [dependencies.rand] version = "0.8.5" features = ["small_rng"] optional = true [dependencies.thiserror] version = "1.0.49" [dev-dependencies.data-encoding] version = "2.3.3" [dev-dependencies.rand] version = "0.8.5" features = [ "small_rng", "alloc", ] [features] cli = [ "dep:clap", "dep:rand", "dep:data-encoding", "dep:base64", ]