# 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" version = "0.4.0" authors = ["Ishaan Goel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A monolith of rust projects" readme = "README.md" keywords = [ "projects", "learning", "monolith", ] license = "MIT" repository = "https://github.com/ishaan26/zung" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "zung" path = "src/main.rs" [dependencies.anstyle] version = "1.0.8" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.zung_mini] version = "0.4.0" [dependencies.zung_parsers] version = "0.1.1"