# 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 = "mdsn" version = "0.2.25" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "M-DSN: A Multi-address DSN(Data Source Name) parser." homepage = "https://github.com/taosdata/taos-connector-rust" documentation = "https://docs.rs/mdsn" readme = "README.md" keywords = [ "url", "dsn", "mdsn", ] license = "MIT OR Apache-2.0" repository = "https://github.com/taosdata/taos-connector-rust.git" [lib] name = "mdsn" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [[bench]] name = "regex-vs-pest" path = "benches/regex-vs-pest.rs" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.pest] version = "2.1" optional = true [dependencies.pest_derive] version = "2.1" optional = true [dependencies.regex] version = "1" [dependencies.thiserror] version = "1.0.47" [dependencies.urlencoding] version = "2.1.0" [features] pest = [ "dep:pest", "pest_derive", ]