# 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 = "2018" name = "spirit" version = "0.4.21" authors = ["Michal 'vorner' Vaner "] include = ["Cargo.toml", "README.md", "src/**"] description = "Helper to create well behaved daemons with runtime-reconfiguration support" documentation = "https://docs.rs/spirit" readme = "README.md" keywords = ["unix", "daemon", "service", "configuration", "spirit"] categories = ["command-line-interface", "config"] license = "Apache-2.0 OR MIT" repository = "https://github.com/vorner/spirit" [package.metadata.docs.rs] all-features = true [profile.dev] debug = false [profile.test] debug = false [dependencies.arc-swap] version = "~1" [dependencies.config] version = "~0.11" features = ["toml"] default-features = false [dependencies.either] version = "~1" [dependencies.err-context] version = "~0.1" [dependencies.fallible-iterator] version = "~0.2" [dependencies.humantime] version = "~2" [dependencies.libc] version = "~0.2" [dependencies.log] version = "~0.4" [dependencies.serde] version = "~1" features = ["derive"] [dependencies.serde_ignored] version = "~0.1.0" [dependencies.serde_path_to_error] version = "~0.1" [dependencies.signal-hook] version = "^0.3.3" features = ["extended-siginfo"] [dependencies.structdoc] version = "~0.1.3" optional = true [dependencies.structopt] version = "~0.3.12" default-features = false [dependencies.toml] version = "~0.5" [dev-dependencies.hyper] version = "~0.14" [dev-dependencies.maplit] version = "~1" [dev-dependencies.once_cell] version = "~1" [dev-dependencies.spirit-cfg-helpers] version = "~0.4" [dev-dependencies.spirit-daemonize] version = "~0.5" [dev-dependencies.spirit-hyper] version = "~0.9" [dev-dependencies.spirit-log] version = "~0.4" features = ["background"] [dev-dependencies.spirit-tokio] version = "~0.9" features = ["rt-from-cfg"] [dev-dependencies.structdoc] version = "~0.1.3" [dev-dependencies.tokio] version = "1" features = ["sync"] [features] cfg-help = ["structdoc"] color = ["structopt/color"] default = ["cfg-help", "json", "yaml", "suggestions", "color"] hjson = ["config/hjson"] ini = ["config/ini"] json = ["config/json"] suggestions = ["structopt/suggestions"] yaml = ["config/yaml"] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "vorner/spirit"