# 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 = "zinniad" version = "0.20.3" authors = ["Protocol Labs"] default-run = "zinniad" description = "Zinnia daemon runs Zinnia modules inside Filecoin Station." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-station/zinnia" [[bin]] name = "zinniad" path = "main.rs" doc = false [dependencies.atomicwrites] version = "0.4.3" [dependencies.clap] version = "4.5.16" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.10.2" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.209" [dependencies.serde_json] version = "1.0.127" [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.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.12.0" [lints.clippy] pedantic = "allow" type_complexity = "allow" [lints.rust] warnings = "deny"