# 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 = "2018" name = "cargo-mono" version = "0.4.1" authors = ["강동윤 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo subcommand to manage mono repository" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kdy1/cargo-mono.git" [[bin]] name = "cargo-mono" path = "src/main.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.async-recursion] version = "1.1.1" [dependencies.cargo_metadata] version = "0.13.1" [dependencies.clap] version = "4.5.10" features = ["derive"] [dependencies.dashmap] version = "6.0.1" [dependencies.futures-util] version = "0.3.15" [dependencies.once_cell] version = "1.19.0" [dependencies.petgraph] version = "0.5.1" [dependencies.requestty] version = "0.1.3" [dependencies.reqwest] version = "0.11.22" [dependencies.semver] version = "0.11.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.6.0" features = [ "rt", "rt-multi-thread", "io-util", "process", "macros", "time", ] [dependencies.toml_edit] version = "0.2.0" [dependencies.walkdir] version = "2.3.2"