# 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 = "zinnia" version = "0.20.3" authors = ["Protocol Labs"] default-run = "zinnia" description = "Zinnia is a runtime for Filecoin Station modules. It provides a sandboxed environment to execute untrusted code on consumer-grade computers." readme = "README.md" categories = [ "command-line-utilities", "development-tools", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-station/zinnia" [package.metadata.winres] FileDescription = "Zinnia: Secure sandboxed runtime for Filecoin Station modules." LegalCopyright = "© Protocol Labs & Zinnia contributors. Permissive License Stack (Apache-2.0 or MIT)." OriginalFilename = "zinnia.exe" ProductName = "Filecoin Station" [[bin]] name = "zinnia" path = "main.rs" doc = false [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.env_logger] version = "0.10.2" [dependencies.log] version = "0.4.22" [dependencies.tokio] version = "1.40.0" features = [ "fs", "rt", "macros", ] [dependencies.zinnia_runtime] version = "0.20.3" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.lazy_static] version = "1.5.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.regex] version = "1.10.6" [dev-dependencies.tokio] version = "1.40.0" features = [ "fs", "rt", "macros", "io-util", ] [lints.clippy] pedantic = "allow" type_complexity = "allow" [lints.rust] warnings = "deny"