# 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 = "ugly_smart_lib" version = "0.1.1" authors = ["Xie Shi Lin[Jonny]"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "jonny's ugly smart lib for Rust" documentation = "https://jonny.com/ugly_smart_lib/doc" readme = "README.md" license-file = "LICENSE" [lib] name = "ugly_smart_lib" path = "src/lib.rs" [[test]] name = "api" path = "tests/api/main.rs" [dependencies.lazy_static] version = "1" [dependencies.time] version = "0.3" features = [ "formatting", "parsing", "macros", "std", "local-offset", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "env-filter", "local-time", "time", "json", "fmt", ]