# 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 = "entrypoint" version = "0.2.0" authors = ["melloyawn "] description = "opinionated application framework/wrapper that eliminates main function boilerplate" homepage = "https://github.com/melloyawn/entrypoint" readme = "README.md" keywords = [ "application", "boilerplate", "config", "entrypoint", ] categories = [ "command-line-interface", "config", "rust-patterns", ] license = "MIT" repository = "https://github.com/melloyawn/entrypoint" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = [ "env", "derive", ] [dependencies.dotenvy] version = "0.15" [dependencies.entrypoint_macros] version = "0.2.0" optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["json"] [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] default = ["macros"] macros = ["dep:entrypoint_macros"] [lints.clippy] all = "deny" cargo = "deny" enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] missing_docs = "warn" unreachable_pub = "warn" unsafe_code = "forbid" unused_crate_dependencies = "warn"