# 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.65" name = "fluent-uri" version = "0.3.2" authors = ["Scallop Ye "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A generic URI/IRI handling library compliant with RFC 3986/3987." documentation = "https://docs.rs/fluent-uri" readme = "README.md" keywords = [ "builder", "parser", "uri", "iri", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/yescallop/fluent-uri-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "fluent_uri" path = "src/lib.rs" [[test]] name = "convert" path = "tests/convert.rs" [[test]] name = "normalize" path = "tests/normalize.rs" [[test]] name = "parse" path = "tests/parse.rs" [[test]] name = "parse_ip" path = "tests/parse_ip.rs" [[test]] name = "resolve" path = "tests/resolve.rs" [[test]] name = "to_socket_addrs" path = "tests/to_socket_addrs.rs" [dependencies.borrow-or-share] version = "0.2" [dependencies.ref-cast] version = "1.0" [dependencies.serde] version = "1.0" optional = true [features] default = ["std"] net = [] std = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(fluent_uri_unstable, fuzzing)"]