# 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 = "artiaa_auth" version = "1.0.0" authors = [ "Paul Doyle ", "Aiden Fujiwara ", ] description = "Simple file parsing for artifactory authentification" homepage = "https://github.com/Roblox/foreman#readme" readme = "README.md" license = "MIT" repository = "https://github.com/Roblox/foreman" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.10" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.jsonschema-valid] version = "0.5.1" [dev-dependencies.tempfile] version = "3.3.0"