# 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" version = "0.1.0" authors = ["fangyinc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance, flexible, multi-language code execution framework for your AI apps." homepage = "https://github.com/fangyinc/lyric" readme = "README.md" keywords = [ "ai", "llm", "agent", ] license = "MIT" repository = "https://github.com/fangyinc/lyric" [lib] name = "lyric" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.bollard] version = "0.17.1" [dependencies.bytes] version = "1.7.1" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.lyric-rpc] version = "0.1.0" default-features = false [dependencies.lyric-utils] version = "0.1.0" default-features = false [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", "process", ] [dependencies.tokio-stream] version = "0.1.16" features = ["io-util"] [dependencies.tokio-util] version = "0.7.12" features = ["io"] [dependencies.tonic] version = "0.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.tokio-test] version = "0.4.4"