# 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 = "polyvalid" version = "0.1.7" description = "A validator for package names, namespace, username and app name on wasmer" readme = "README.md" license = "MIT" repository = "https://github.com/ayys/polyvalid" [package.metadata.wapm] namespace = "ayys" abi = "none" [package.metadata.wapm.bindings] wai-version = "0.2.0" exports = "polyvalid.wai" [lib] crate-type = [ "cdylib", "rlib", ] [[test]] name = "polyvalid-integration-tests" harness = false [dependencies.anyhow] version = "1.0.68" [dependencies.regex] version = "1.7.3" [dependencies.rstest] version = "0.17.0" [dependencies.wai-bindgen-rust] version = "0.2.2" [dev-dependencies.anyhow] version = "1.0.68" [dev-dependencies.insta] version = "1.18.2" features = ["filters"] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.wasmer-pack-testing] version = "0.6.0"