# 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 = "lm-proxy" version = "0.1.0" authors = ["Christopher Prohm "] description = "A proxy for (large) language models" readme = "Readme.md" license = "MIT" repository = "https://github.com/chmp/lm-proxy" [dependencies.anyhow] version = "1" [dependencies.argh] version = "0.1" [dependencies.axum] version = "0.7" features = [ "http1", "tokio", "tracing", ] default-features = false [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.pin-project] version = "1" [dependencies.reqwest] version = "0.12" features = ["stream"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sync_wrapper] version = "1" features = ["futures"] [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "net", "time", "process", "sync", "signal", ] [dependencies.toml] version = "0.8" [dependencies.tower-http] version = "0.5" features = ["trace"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"