# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yuyu" version = "0.2.0" authors = ["Federico Morrone "] description = "Yuyu cli" license = "MPL-2.0" repository = "https://github.com/morr0ne/yuyu" [[bin]] name = "yuyu" path = "main.rs" doc = false [dependencies.anyhow] version = "1.0.40" [dependencies.clap] version = "2.33.3" features = ["suggestions", "wrap_help"] default-features = false [dependencies.indicatif] version = "0.15.0" features = ["improved_unicode", "rayon"] [dependencies.tokio] version = "1.5.0" features = ["fs", "macros", "parking_lot", "rt-multi-thread"] [dependencies.yuyu_core] version = "0.2.0" features = ["vendored-tls"]