# 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-preamble" version = "0.1.0" description = "Preamble parser 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.regex] version = "1.8.4" [dependencies.snafu] version = "0.7.4" [dev-dependencies.assert_matches] version = "1.5.0"