# 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 = "covctl" version = "0.1.3" description = "CLI tool to easily interact with the covalent API https://www.covalenthq.com/docs/api" homepage = "https://github.com/mark-ruddy/covctl/tree/main/covctl" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/mark-ruddy/covctl/tree/main/covctl" resolver = "2" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.covalent_class_a] version = "0.1.3" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.17" [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1.0" features = ["full"]