# 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 = "monorail" version = "3.6.0" authors = ["Patrick Nordahl "] description = "A tool for effective polyglot, multi-project monorepo development." homepage = "https://github.com/pnordahl/monorail" readme = "README.md" keywords = [ "monorail", "monorepo", "build", "cli", "build-tool", ] license = "MIT" repository = "https://github.com/pnordahl/monorail" resolver = "2" [dependencies.chrono] version = "0.4.38" features = [ "alloc", "now", "std", ] default-features = false [dependencies.clap] version = "4.5.21" [dependencies.once_cell] version = "1.20.2" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" features = ["std"] [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.41.1" features = [ "net", "fs", "io-std", "io-util", "process", "rt", "macros", "rt-multi-thread", "sync", ] [dependencies.tokio-stream] version = "0.1.16" [dependencies.tokio-util] version = "0.7.12" [dependencies.tracing] version = "0.1.40" features = ["attributes"] [dependencies.tracing-subscriber] version = "0.3.18" features = [ "time", "fmt", "std", "registry", "json", "env-filter", ] [dependencies.trie-rs] version = "0.4.2" [dependencies.zstd] version = "0.13.2" [dev-dependencies.tempfile] version = "3.14.0"