# 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 = "iref-core" version = "3.2.2" authors = ["Timothée Haudebourg "] description = "Uniform & Internationalized Resource Identifiers (URIs/IRIs), borrowed and owned." documentation = "https://docs.rs/iref" readme = "README.md" keywords = [ "iri", "uri", "url", "resource", "identifier", ] categories = [ "web-programming", "internationalization", ] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/iref" [dependencies.base64] version = "0.22.1" optional = true [dependencies.hashbrown] version = "0.14.0" optional = true [dependencies.pct-str] version = "2.0" [dependencies.serde] version = "1.0" optional = true [dependencies.smallvec] version = "1.2" [dependencies.static-regular-grammar] version = "2.0.2" [dependencies.thiserror] version = "1.0.40" [features] data = ["dep:base64"] default = [] hashbrown = ["dep:hashbrown"] serde = ["dep:serde"]