# 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-core" version = "0.1.0" 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.clap] version = "4.5.3" features = ["derive"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_yaml] version = "0.9.27" [dependencies.time] version = "0.3.30" features = ["macros"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "time", ]