# 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 = "ftc_http" version = "2.2.0" authors = ["Brooks J Rady "] description = "Provides an interface to FTC OnBotJava from outside of the browser" license = "LGPL-3.0" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.confy] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["blocking", "cookies", "gzip", "json", "multipart", "rustls-tls"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3" features = ["wrap_help"] [dependencies.url] version = "2" [dependencies.walkdir] version = "2"