# 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 = "urn" version = "0.7.0" authors = ["chayleaf "] description = "A crate for handling URNs (Unique Resource Names)" readme = "README.md" keywords = [ "urn", "uri", "iana", "namespace", "parser", ] categories = [ "parser-implementations", "web-programming", "encoding", ] license = "0BSD OR MIT OR Apache-2.0" repository = "https://github.com/chayleaf/urn/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.serde] version = "1.0" optional = true default-features = false [features] alloc = ["serde?/alloc"] default = ["std"] nightly = [] std = ["alloc"]