# 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 = "vendordeps" version = "0.3.0" exclude = ["wpilib-index/*"] description = "Download artifacts using the WPILib vendordep format." documentation = "https://docs.rs/vendordeps/latest/vendordeps/" readme = "README.md" license = "MIT" repository = "https://github.com/wilsonwatson/vendordeps" [dependencies.jwalk] version = "0.8" optional = true [dependencies.reqwest] version = "0.12" features = ["json"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0" optional = true [dependencies.zip] version = "2" features = [ "deflate", "deflate64", ] optional = true default-features = false [dev-dependencies.tempfile] version = "3.9" [dev-dependencies.tokio] version = "1" features = ["rt"] [features] default = [] download = [ "dep:reqwest", "dep:zip", "dep:jwalk", "dep:thiserror", ]