# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "parse-dat-url" version = "0.1.0" authors = ["Bruno Tavares "] description = "url parser to support versioned dat URLs" documentation = "https://docs.rs/parse-dat-url" readme = "README.md" keywords = ["dat"] license = "MIT OR Apache-2.0" repository = "https://github.com/bltavares/parse-dat-url" [[test]] name = "serde" path = "tests/serde_test.rs" required-features = ["serde"] [dependencies.lazy_static] version = "1.3.0" [dependencies.regex] version = "1.2.1" [dependencies.serde] version = "1.0.99" optional = true [dependencies.url] version = "2.1.0" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.serde_test] version = "1.0.99" [dev-dependencies.version-sync] version = "0.8.1" [features] default = ["serde"]