[package] name = "rsbase62" version = "0.1.1" edition = "2021" authors = ["aeromilai "] description = "A high-performance, Rust-optimized Base62 encoding implementation" license = "Apache-2.0" repository = "https://github.com/aeromilai/rsbase62" keywords = ["base62", "encoding", "performance", "rust", "fast"] categories = ["encoding", "algorithms", "web-programming"] [dependencies] # No external dependencies [dev-dependencies] criterion = "0.3" base62 = "2.0.2" # For benchmarking comparison [[bench]] name = "rsbase62_benchmark" harness = false