# 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" name = "tiny-web" version = "0.6.0" authors = ["Volodymyr Zamkovyi "] build = false exclude = [ "example", "doc", ] autobins = false autoexamples = false autotests = false autobenches = false description = "tiny-web is a tiny async library (backend web server) that allows you to write a Laravel-style or Django-style backend in Rust language." readme = "README.md" keywords = [ "web", "server", "backend", "fastcgi", "async", ] license = "MIT" repository = "https://github.com/tryteex/tiny-web" [lib] name = "tiny_web" path = "src/lib.rs" [dependencies.bincode] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures-util] version = "0.3" [dependencies.lettre] version = "0.11" features = [ "smtp-transport", "hostname", "builder", "sendmail-transport", "file-transport", "tokio1-rustls-tls", "serde", ] default-features = false [dependencies.num_cpus] version = "1" [dependencies.percent-encoding] version = "2" [dependencies.postgres] version = "0.19" features = ["with-chrono-0_4"] [dependencies.ring] version = "0.17" [dependencies.rustls] version = "0.23" features = [ "tls12", "logging", "std", "tls12", ] default-features = false [dependencies.rustls-pemfile] version = "2.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.10" [dependencies.tiberius] version = "0.12" features = [ "tds73", "chrono", "rustls", "rust_decimal", "bigdecimal", ] default-features = false [dependencies.tiny-web-macro] version = "0.1.6" [dependencies.tokio] version = "1.40" features = ["full"] [dependencies.tokio-postgres] version = "0.7" features = [ "with-chrono-0_4", "with-uuid-1", "with-serde_json-1", ] [dependencies.tokio-rustls] version = "0.26" default-features = false [dependencies.tokio-util] version = "0.7" features = ["compat"] [dependencies.toml] version = "0.8" [dependencies.uuid] version = "1" [dependencies.x509-certificate] version = "0.23" default-features = false [features] default = [ "pgsql", "fastcgi", ] fastcgi = [] http = [] https = [] mssql = [] pgsql = [] scgi = [] uwsgi = []