sofie 0.0.3

๐ŸŒŸ The elegant full-stack web framework that makes Rust web development effortless
Documentation
# 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.64.0"
name = "sofie"
version = "0.0.3"
authors = ["Rogerio Araรบjo <rogerio.araujo@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "๐ŸŒŸ The elegant full-stack web framework that makes Rust web development effortless"
homepage = "https://github.com/ararog/sofie"
readme = "README.md"
keywords = [
    "framework",
    "backend",
    "rest-server",
    "rest",
]
license = "MIT"
repository = "https://github.com/ararog/sofie"

[features]
default = [
    "tokio-rt",
    "http1",
    "tokio-rust-tls",
]
http1 = ["vetis/http1"]
http2 = ["vetis/http2"]
http3 = ["vetis/http3"]
smol-rt = ["vetis/smol-rt"]
smol-rust-tls = ["vetis/smol-rust-tls"]
tokio-rt = ["vetis/tokio-rt"]
tokio-rust-tls = ["vetis/tokio-rust-tls"]

[lib]
name = "sofie"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.11.0"

[dependencies.clap]
version = "4.5.55"
features = ["derive"]

[dependencies.env_logger]
version = "0.10.2"

[dependencies.http]
version = "1.4.0"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.8.1"
features = ["server"]

[dependencies.hyper-util]
version = "0.1.19"

[dependencies.log]
version = "0.4.29"

[dependencies.matchit]
version = "0.8.6"

[dependencies.serde]
version = "1.0.228"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "0.7.6"

[dependencies.vetis]
version = "0.1.4-beta.2"