[dependencies]
[lib]
name = "weaver"
path = "src/lib.rs"
[package]
authors = ["Fedor Telnov"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous", "web-programming::http-server"]
description = "Weaver is a powerful web framework for Picodata ecosystem"
edition = "2021"
homepage = "https://github.com/ftelnov/weaver"
include = ["src/**/*", "README.md"]
keywords = ["database", "http", "async", "web"]
license = "BSD-2-Clause"
name = "weaver"
readme = "README.md"
repository = "https://github.com/ftelnov/weaver"
rust-version = "1.74.0"
version = "0.0.0"