# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "blockz" version = "0.2.2" authors = ["cezarmathe "] description = "Blockz is an opinionated library that aims to make it a pleasure to develop networked applications in Rust." homepage = "https://docs.selftech.io/blockz" readme = "README.md" license = "MIT" repository = "https://github.com/selftechio/blockz" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs", "--cfg", "doc"] [dependencies.anyhow] version = "^1.0" [dependencies.async-trait] version = "^0.1" [dependencies.blockz_derive] version = "0.2.1" [dependencies.envy] version = "^0.4" optional = true [dependencies.serde] version = "^1.0" optional = true [dev-dependencies.envy] version = "^0.4" [dev-dependencies.once_cell] version = "^1.5" [dev-dependencies.serde] version = "^1.0" features = ["derive"] [dev-dependencies.tokio] version = "^1.0" features = ["full"] [dev-dependencies.trybuild] version = "^1.0" [features] all = ["singleton", "configuration", "env_configuration"] configuration = ["blockz_derive/configuration"] default = ["configuration", "singleton"] env_configuration = ["configuration", "blockz_derive/env_configuration", "envy", "serde"] no_absolute_paths = ["blockz_derive/no_absolute_paths"] singleton = ["blockz_derive/singleton"]