# 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.66" name = "nano-rs-extra" version = "0.1.2" description = "Light Web Kit" homepage = "https://github.com/CloverOS/nano-rs" readme = "README.md" keywords = [ "http", "web", "config", "auto-route", ] categories = [ "network-programming", "web-programming", "config", ] license = "MIT" repository = "https://github.com/CloverOS/nano-rs" [dependencies.anyhow] version = "1.0.81" features = ["backtrace"] [dependencies.axum] version = "0.7.4" [dependencies.axum-client-ip] version = "0.6.0" [dependencies.bytes] version = "1.5.0" [dependencies.http-body-util] version = "0.1.1" [dependencies.hyper] version = "1.2.0" features = ["full"] [dependencies.log] version = "0.4.20" [dependencies.mime] version = "0.3.17" [dependencies.nano-rs-build] version = "0.1.1" [dependencies.nano-rs-core] version = "0.1.0" [dependencies.prettyplease] version = "0.2.16" [dependencies.quote] version = "1.0.35" features = ["default"] [dependencies.sea-orm] version = "0.12.7" features = [ "sqlx-mysql", "runtime-tokio-rustls", "macros", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_yaml] version = "0.9.27" [dependencies.syn] version = "2.0.55" features = ["full"] [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tower] version = "0.4.13" features = [ "util", "filter", ] [dependencies.tower-http] version = "0.5.2" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-opentelemetry-instrumentation-sdk] version = "0.18.0" [dependencies.uuid] version = "1.7.0" features = [ "v4", "serde", ]