# 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 = "viceroy" version = "0.12.2" authors = ["Fastly"] build = false include = [ "../README.md", "../CHANGELOG.md", "../SECURITY.md", "../doc/logo.png", "src/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Viceroy is a local testing daemon for Fastly Compute." homepage = "https://developer.fastly.com/learning/compute/" documentation = "https://developer.fastly.com/learning/compute/testing/#running-a-local-testing-server" readme = "README.md" keywords = [ "wasm", "fastly", ] categories = [ "command-line-utilities", "development-tools", "network-programming", "simulation", "wasm", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/fastly/Viceroy" [[bin]] name = "viceroy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.base64] version = "0.21.2" [dependencies.clap] version = "^4.0.18" features = ["derive"] [dependencies.hyper] version = "=0.14.26" features = ["full"] [dependencies.itertools] version = "0.10.5" [dependencies.libc] version = "^0.2.139" [dependencies.rustls] version = "0.21.5" features = ["dangerous_configuration"] [dependencies.rustls-pemfile] version = "1.0.3" [dependencies.serde_json] version = "1.0.59" [dependencies.serial_test] version = "^2.0.0" [dependencies.tls-listener] version = "^0.7.0" features = [ "rustls", "hyper-h1", "tokio-net", "rt", ] [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tokio-rustls] version = "0.24.1" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-futures] version = "0.2.5" [dependencies.tracing-subscriber] version = "^0.3.16" features = [ "env-filter", "fmt", ] [dependencies.viceroy-lib] version = "=0.12.2" [dependencies.wasmtime] version = "25.0.0" [dependencies.wasmtime-wasi] version = "25.0.0" [dependencies.wat] version = "^1.0.38" [dev-dependencies.anyhow] version = "1.0.31" [dev-dependencies.futures] version = "0.3.24" [dev-dependencies.url] version = "2.3.1"