# 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 = "zung_parsers" version = "0.1.1" authors = ["Ishaan Goel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Data Format Parsing in Rust" readme = "README.md" keywords = [ "projects", "learning", "mini", ] license = "MIT" repository = "https://github.com/ishaan26/zung" [lib] name = "zung_parsers" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.bytes] version = "1.7.2" features = ["serde"] [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9.34" [dependencies.toml] version = "0.8.19"