sofie 0.0.2

๐ŸŒŸ 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.2"
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"

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

[dependencies.bytes]
version = "1.11.0"

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

[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.thiserror]
version = "2.0.18"

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

[dependencies.vetis]
version = "0.1.1"