# 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 = "xwt-test-assets-build" version = "0.3.0" description = """ A static assets generation utility. """ license = "MIT" repository = "https://github.com/MOZGIII/xwt" resolver = "2" [features] default = ["tokio"] tokio = ["dep:tokio"] [target."cfg(not(target_family = \"wasm\"))".dependencies.p256] version = "0.13" features = ["ecdsa"] [target."cfg(not(target_family = \"wasm\"))".dependencies.rand] version = "0.8" [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "fs", "io-util", ] optional = true default-features = false [target."cfg(not(target_family = \"wasm\"))".dependencies.xwt-cert-gen] version = "0.1"