# 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" rust-version = "1.60" name = "iri-string" version = "0.7.7" authors = ["YOSHIOKA Takuma "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "IRI as string types" readme = "README.md" keywords = [ "IRI", "URI", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lo48576/iri-string" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "iri_string" path = "src/lib.rs" bench = false [[example]] name = "flamegraph-parse" path = "examples/flamegraph-parse.rs" [[example]] name = "flamegraph-resolve" path = "examples/flamegraph-resolve.rs" required-features = ["alloc"] [[example]] name = "normalize" path = "examples/normalize.rs" required-features = ["std"] [[example]] name = "parse" path = "examples/parse.rs" required-features = ["std"] [[example]] name = "resolve" path = "examples/resolve.rs" required-features = ["std"] [[test]] name = "build" path = "tests/build.rs" [[test]] name = "gh-issues" path = "tests/gh-issues.rs" [[test]] name = "iri" path = "tests/iri.rs" [[test]] name = "normalize" path = "tests/normalize.rs" [[test]] name = "percent_encode" path = "tests/percent_encode.rs" [[test]] name = "resolve" path = "tests/resolve.rs" [[test]] name = "serde" path = "tests/serde.rs" [[test]] name = "string_types_interop" path = "tests/string_types_interop.rs" [[test]] name = "template" path = "tests/template.rs" [dependencies.memchr] version = "2.4.1" optional = true default-features = false [dependencies.serde] version = "1.0.103" features = ["derive"] optional = true default-features = false [dev-dependencies.serde_test] version = "1.0.104" [features] alloc = ["serde?/alloc"] default = ["std"] std = [ "alloc", "memchr?/std", "serde?/std", ] [badges.maintenance] status = "actively-developed"