# 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 = "ub64" version = "0.0.10" description = "urlsafe base64 encode / decode" homepage = "https://github.com/xxai-art/ub64" readme = "README.md" license = "BSL-1.0" repository = "https://github.com/xxai-art/ub64" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false panic = "abort" overflow-checks = false incremental = true [dependencies.base64] version = "0.21.2" [dependencies.intbin] version = "0.0.5" optional = true [dependencies.vbyte] version = "0.1.0" optional = true [dev-dependencies] [features] default = [] u64 = ["dep:intbin"] u64li = ["dep:vbyte"]