# 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 = "fuid" version = "1.2.2" description = "A UUID-compatible identifier in a friendly base-62 format." readme = "README.md" keywords = [ "uuid", "base62", ] categories = [ "data-structures", "encoding", ] license = "MIT" repository = "https://github.com/arciem/fuid" [dependencies.serde] version = "1" optional = true default-features = false [dependencies.uuid] version = "1" features = ["v4"] default-features = false [dev-dependencies.serde_json] version = "1" [features] default = ["std"] std = [ "serde/std", "uuid/std", ]