# 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_runtime" version = "0.20.3" authors = ["Protocol Labs"] description = "Zinnia is a runtime for Filecoin Station modules. This crate provides the runtime including all platform APIs." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-station/zinnia" [lib] name = "zinnia_runtime" path = "lib.rs" [dependencies.chrono] version = "0.4.38" features = [ "clock", "std", ] default-features = false [dependencies.console_static_text] version = "=0.8.1" [dependencies.deno_console] version = "0.127.0" [dependencies.deno_core] version = "0.232.0" [dependencies.deno_crypto] version = "0.141.0" [dependencies.deno_fetch] version = "0.151.0" [dependencies.deno_url] version = "0.127.0" [dependencies.deno_web] version = "0.158.0" [dependencies.deno_webidl] version = "0.127.0" [dependencies.lassie] version = "0.9.0" [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.209" [dependencies.serde_repr] version = "0.1.19" [dependencies.termcolor] version = "1.4.1" [dependencies.tokio] version = "1.40.0" features = [ "fs", "rt", "macros", "fs", ] [dependencies.zinnia_libp2p] version = "0.20.3" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.console_static_text] version = "0.8.1" [dev-dependencies.env_logger] version = "0.10.2" [dev-dependencies.pretty_assertions] version = "1.4.0" [lints.clippy] pedantic = "allow" type_complexity = "allow" [lints.rust] warnings = "deny"