# 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 = "2018" name = "gh-trs" version = "1.1.20" authors = ["suecharo "] description = "CLI tool to publish and test your own GA4GH TRS API using GitHub" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/suecharo/gh-trs" [dependencies.anyhow] version = "1.0.56" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.colored] version = "2.0.0" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.16" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", "multipart", ] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.serde_with] version = "1.12.1" [dependencies.serde_yaml] version = "0.8.23" [dependencies.sha2] version = "0.10.2" [dependencies.structopt] version = "0.3.26" [dependencies.url] version = "2.2.2" features = ["serde"] [dependencies.uuid] version = "0.8.2" features = [ "serde", "v4", ]