# 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 = "ed-daemon" version = "1.0.0-rc.4" authors = ["Martyn Pittuck-Schols "] description = """ Simple docker based container deployment """ homepage = "https://github.com/martynp/ed-daemon" documentation = "https://github.com/martynp/ed-daemon" readme = "readme.md" license = "MIT" repository = "https://github.com/martynp/ed-daemon" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.hyper] version = "0.14" [dependencies.hyperlocal] version = "0.8" [dependencies.log] version = "0.4" [dependencies.rocket] version = "0.5.0-rc.3" features = [ "json", "tls", "mtls", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.29" features = ["full"] [dependencies.tokio-util] version = "0.7"