# 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.79" name = "tnipv-lint" version = "0.1.0" description = "library of lints for tnipv, the Telcoin Network Improvement Proposal validator" readme = "README.md" keywords = [ "telcoin", "tnip", "tnipv", "tnips", ] license = "MPL-2.0" repository = "https://github.com/telcoin-association/tnipv" [dependencies.annotate-snippets] version = "0.9.1" [dependencies.chrono] version = "0.4.26" default-features = false [dependencies.comrak] version = "0.18.0" default-features = false [dependencies.educe] version = "0.4.22" features = ["Debug"] default-features = false [dependencies.jsonschema] version = "0.18.0" default-features = false [dependencies.regex] version = "1.8.4" [dependencies.scraper] version = "0.17.1" default-features = false [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.snafu] version = "0.7.4" [dependencies.tnipv-preamble] version = "0.1.0" [dependencies.tokio] version = "1.29.0" features = ["macros"] optional = true [dependencies.url] version = "2.4.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.tokio] version = "1.29.0" features = [ "macros", "rt", ] [dev-dependencies.toml] version = "0.7.5" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.29.0" features = [ "fs", "macros", ] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.29.0" features = [ "fs", "macros", "rt", ]