# 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 = "yuri" version = "0.1.0" build = false exclude = ["assets/"] autobins = false autoexamples = false autotests = false autobenches = false description = "no_std alloc-free URI Parser" homepage = "https://github.com/yaws-rs/ytypes" readme = "README.md" keywords = [ "http", "uri", "builder", "parser", ] categories = ["science"] license = "Apache-2.0/MIT" repository = "https://github.com/yaws-rs/ytypes" [package.metadata.docs.rs] features = [ "std", "parser", "builder", ] [lib] name = "yuri" path = "src/lib.rs" [[example]] name = "construct_uri" path = "examples/construct_uri.rs" doc-scrape-examples = true harness = false required-features = ["parser"] [[bench]] name = "bencher" path = "benches/bencher.rs" harness = false required-features = [ "parser", "builder", ] [dependencies.logos] version = "0.14" features = ["export_derive"] optional = true default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.insta] version = "1.38" [dev-dependencies.rstest] version = "0.19" [features] alloc = [] builder = [] default = [ "std", "parser", "builder", ] parser = ["dep:logos"] std = []