# 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 = "rain_cli" version = "0.9.1-alpha.4" description = "Aggregated binary across all native Rain tooling." readme = "README.md" license = "CAL-1.0" repository = "https://github.com/rainlanguage/rain.cli" [[bin]] name = "rain" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.2.5" features = [ "cargo", "derive", ] [dependencies.dotrain] version = "6.0.1-alpha.10" features = ["cli"] [dependencies.rain_cli_meta] version = "0.10.0" [dependencies.rain_cli_ob] version = "0.0.4" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17"