# 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 = "lyric-utils" version = "0.1.0" authors = ["fangyinc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Private utilities for the Lyric project." homepage = "https://github.com/fangyinc/lyric" readme = "README.md" license = "MIT" repository = "https://github.com/fangyinc/lyric" [lib] name = "lyric_utils" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.38" [dependencies.lazy_static] version = "1.5.0" [dependencies.local-ip-address] version = "0.6.2" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "chrono", "env-filter", ]