# 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 = "uller" version = "0.1.23" authors = ["TOwInOK"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate/Donwload your links" documentation = "https://docs.rs/uller" readme = "README.md" keywords = [ "parser", "url", "http", "uller", ] categories = [ "asynchronous", "web-programming", "parsing", "network-programming", ] license = "MIT" repository = "https://github.com/TOwInOK/uller" [package.metadata.docs.rs] all-features = true [lib] name = "uller" path = "src/lib.rs" [[test]] name = "generate" path = "tests/generate.rs" [dependencies.async-trait] version = "0.1.81" optional = true [dependencies.bytes] version = "1.6.1" optional = true [dependencies.reqwest] version = "0.12.5" features = ["json"] optional = true [dependencies.serde] version = "1.0.204" optional = true [dependencies.uller_macro] version = "0.1.21" optional = true [dependencies.url] version = "2.5.2" [dev-dependencies.mockito] version = "1.5.0" [dev-dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.tokio] version = "1.39.2" features = ["full"] [dev-dependencies.tokio-macros] version = "2.4.0" [dev-dependencies.uller_macro] version = "0.1.21" features = ["full"] [features] buller = [ "bytes", "async-trait", "reqwest", "uller_macro/buller", "macro", ] default = [] full = [ "juller", "buller", "macro", ] juller = [ "serde", "async-trait", "reqwest", "uller_macro/juller", "macro", ] macro = ["uller_macro"]