[package] name = "ugly_smart_lib" version = "0.1.1" edition = "2021" authors = ["Xie Shi Lin[Jonny]"] description = "jonny's ugly smart lib for Rust" documentation = "https://jonny.com/ugly_smart_lib/doc" readme = "README.md" license-file = "LICENSE" [registry] token = "ciopRfCi7ljT2VJmteBXQKF3bTsI7ztOVoP" [dependencies] tokio = { version = "1", features = ["full"] } lazy_static = "1" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3" features = ["registry", "env-filter", "local-time", "time", "json", "fmt"] [dependencies.tracing-appender] version = "0.2" [dependencies.time] version="0.3" features=["formatting", "parsing", "macros", "std", "local-offset"]