# 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 = "wasmer-deploy-schema" version = "0.0.21" authors = ["Wasmer Engineering Team "] description = "Utilty crate that holds shared types and logic used in Wasmer Deploy." homepage = "https://wasmer.io" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.68" [dependencies.bytesize] version = "1.2.0" features = ["serde"] [dependencies.once_cell] version = "1" [dependencies.rand_chacha] version = "^0.3" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.schemars] version = "0.8.11" features = [ "url", "uuid1", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.serde_path_to_error] version = "0.1.8" [dependencies.serde_yaml] version = "0.8.26" [dependencies.sparx] version = "0.1.2" [dependencies.time] version = "0.3.17" features = [ "formatting", "serde", "formatting", "parsing", ] [dependencies.url] version = "2.3.1" features = ["serde"] [dependencies.uuid] version = "1.3.0" features = [ "serde", "v4", ] [dependencies.wcgi-host] version = "0.1.1" features = ["schema"] [dev-dependencies.pretty_assertions] version = "1.3.0"