# 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 = "rsbase62" version = "0.1.1" authors = ["aeromilai "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance, Rust-optimized Base62 encoding implementation" readme = "README.md" keywords = [ "base62", "encoding", "performance", "rust", "fast", ] categories = [ "encoding", "algorithms", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/aeromilai/rsbase62" [lib] name = "rsbase62" path = "src/lib.rs" [[bench]] name = "rsbase62_benchmark" path = "benches/rsbase62_benchmark.rs" harness = false [dependencies] [dev-dependencies.base62] version = "2.0.2" [dev-dependencies.criterion] version = "0.3"