# 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 = "rbase64" version = "2.0.3" authors = ["Marcel Riera "] description = "A fast multi-threaded base64 encoding library and CLI tool" homepage = "https://github.com/uhmarcel/rbase64" readme = "README.md" keywords = [ "base64", "encode", "decode", ] categories = [ "encoding", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/uhmarcel/rbase64" [[bin]] name = "rbase64" required-features = ["cli"] [[test]] name = "cli-tests" required-features = ["cli"] [[bench]] name = "benchmarks" harness = false [dependencies.clap] version = "4.0" features = ["derive"] optional = true [dependencies.mimalloc] version = "0.1.32" default-features = false [dependencies.rayon] version = "1.6.0" optional = true [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.chrono] version = "0.4.23" features = ["clock"] default-features = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.predicates] version = "2.1" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [features] cli = ["clap"] default = ["parallel"] parallel = ["rayon"]