# 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 = "fast32" version = "1.0.2" exclude = [ "d", "t", ] description = "Base32 and base64 encoding in Rust. Primarily for integer (u64, u128) and UUID identifiers, as well as arbitrary byte arrays." readme = "README.md" keywords = [ "base32", "base64", "ids", "identifiers", "uuid", ] categories = [ "algorithms", "encoding", ] license = "MIT" repository = "https://github.com/rogusdev/fast32" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.uuid] version = "1.6.1" optional = true default-features = false [features] default = [] uuid = ["dep:uuid"]