# 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 = "palletizer-server" version = "0.2.4" authors = ["Maarten de Vries "] description = "API and download server for palletizer, a self hosted cargo registry" license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/palletizer-rs" [dependencies.chrono] version = "0.4.19" [dependencies.env_logger] version = "0.8.3" [dependencies.futures] version = "0.3.15" features = ["alloc"] default-features = false [dependencies.hyper] version = "0.14.7" features = ["http1", "http2", "server", "stream"] [dependencies.log] version = "0.4.14" [dependencies.openssl] version = "0.10.34" optional = true [dependencies.palletizer] version = "0.2.4" [dependencies.semver] version = "1.0.4" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.sha2] version = "0.9.2" [dependencies.structopt] version = "0.3.20" [dependencies.tokio] version = "1.12.0" features = ["net", "process", "rt", "rt-multi-thread"] [dependencies.tokio-openssl] version = "0.6.2" optional = true [dependencies.toml] version = "0.5.7" [features] default = ["tls"] static-openssl = ["openssl/vendored"] tls = ["openssl", "tokio-openssl"]