# 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" rust-version = "1.53" name = "xtest-data" version = "1.0.0-beta.5" exclude = [ ".github", "tests/data.zip", ] description = "Fetch auxiliary test data when testing published crates" license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/HeroicKatora/xtest-data" [package.metadata.xtest-data] pack-archive = "tar:gz" pack-artifact = "{repository}/releases/download/v{version}/xtest-data.tar.gz" pack-objects = "target/xtest-data-pack" [[bin]] name = "xtask" path = "src/bin/xtask/main.rs" required-features = ["bin-xtask"] [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.fs2] version = "0.4.3" [dependencies.nanorand] version = "0.6.1" features = [ "std", "tls", "wyrand", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.tempfile] version = "3.8" optional = true [dependencies.tinyjson] version = "2" [dependencies.tinytemplate] version = "1.2" optional = true [dependencies.toml] version = "0.8" optional = true [dependencies.ureq] version = "2.5" optional = true [dependencies.which] version = "4.2" [features] bin-xtask = [ "dep:clap", "dep:serde", "dep:tempfile", "dep:tinytemplate", "dep:toml", "dep:ureq", ]