# 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 = "rearch-effects" version = "0.6.0" authors = ["Gregory Conrad "] description = "Re-imagined approach to application design and architecture" homepage = "https://rearch.gsconrad.com" documentation = "https://rearch.gsconrad.com" readme = "README.md" keywords = [ "design", "architecture", "reactive", "immutable", "dependency-injection", ] categories = [ "caching", "concurrency", ] license = "MIT" repository = "https://github.com/GregoryConrad/rearch-rs" [dependencies.rearch] version = "^0.10.2" [lints.clippy] all = "warn" cargo = "warn" clone_on_ref_ptr = "warn" complexity = "warn" correctness = "warn" nursery = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" unwrap_used = "warn" [lints.clippy.multiple_crate_versions] level = "allow" priority = 1 [lints.rust] unsafe_code = "forbid"