# 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" version = "0.0.2-alpha.6" description = "Tooling and utilities for RainLanguage metadata." readme = "README.md" license = "CAL-1.0" repository = "https://github.com/rainlanguage/rain.metadata" [package.metadata.docs.rs] all-features = true [lib] path = "src/lib.rs" [[bin]] name = "rain-metadata" path = "src/main.rs" required-features = ["cli"] [dependencies.alloy-json-abi] version = "0.5.0" features = ["serde_json"] [dependencies.alloy-primitives] version = "0.5.0" [dependencies.alloy-sol-types] version = "0.5.0" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.8" features = [ "cargo", "derive", ] optional = true [dependencies.deflate] version = "1.0.0" [dependencies.futures] version = "0.3.29" [dependencies.graphql_client] version = "0.13.0" [dependencies.inflate] version = "0.4.5" [dependencies.itertools] version = "0.10.5" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.schemars] version = "0.8.12" optional = true [dependencies.serde] version = "1.0.192" [dependencies.serde_bytes] version = "0.11.12" [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_json] version = "1.0.108" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.tokio] version = "1.34.0" features = [ "sync", "macros", "io-util", "rt", "time", ] optional = true [dependencies.tracing] version = "0.1.37" optional = true [dependencies.tracing-subscriber] version = "0.3.17" optional = true [dependencies.validator] version = "0.16" features = ["derive"] [features] cli = [ "json-schema", "dep:tracing", "dep:tracing-subscriber", "dep:clap", "dep:tokio", ] default = ["cli"] json-schema = ["dep:schemars"] tokio-full = [ "cli", "tokio/full", ] [lints.clippy] all = "warn"