# 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_metadata_cli" version = "0.2.0" description = "Rain cli tooling for metadata validation and generation." license = "CAL-1.0" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.5" features = [ "cargo", "derive", ] [dependencies.graphql_client] version = "0.12.0" [dependencies.once_cell] version = "1.17.2" [dependencies.regex] version = "1.8.3" [dependencies.schemars] version = "0.8.12" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.validator] version = "0.16" features = ["derive"]