# 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" rust-version = "1.56" name = "moella" version = "0.2.0" authors = ["Icelk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of the Kvarn web server framework with a convenient config format." homepage = "https://kvarn.org/" readme = "README.md" keywords = [ "web-server", "kvarn", ] categories = [ "web-programming", "web-programming::http-server", "command-line-utilities", "config", ] license = "Apache-2.0" repository = "https://github.com/Icelk/moella/" [profile.distribution] lto = true inherits = "release" strip = true [lib] name = "moella" path = "src/lib.rs" [[bin]] name = "moella" path = "src/bin/main.rs" required-features = ["bin"] [dependencies.clap] version = "4.5" features = ["cargo"] optional = true [dependencies.env_logger] version = "0.11" features = ["auto-color"] optional = true default-features = false [dependencies.http] version = "1.0" [dependencies.kvarn] version = "0.6.2" features = ["full"] default-features = false [dependencies.kvarn-auth] version = "0.2" [dependencies.kvarn-extensions] version = "0.6.2" features = [ "reverse-proxy", "certificate", ] [dependencies.kvarn-search] version = "0.5" [dependencies.log] version = "0.4" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1.24" features = ["fs"] [dependencies.tokio-uring] version = "0.4.0-alpha1" optional = true package = "kvarn-tokio-uring" [features] bin = [ "env_logger", "clap", "tokio/rt-multi-thread", "tokio/macros", ] default = ["uring"] uring = [ "kvarn-extensions/uring", "kvarn/uring", "tokio-uring", ] [target."cfg(unix)".dependencies.libc] version = "0.2" default-features = false