# 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 = "chronicle-local" version = "0.1.1" authors = ["Daniel Imfeld "] description = "The Chronicle LLM proxy API, built for local use with SQLite and configuration files" readme = "README.md" keywords = [ "llm", "proxy", "logging", "observability", ] license = "Apache-2.0" repository = "https://github.com/dimfeld/chronicle" [[bin]] name = "chronicle" path = "src/main.rs" [dependencies.async-trait] version = "0.1.75" [dependencies.axum] version = "0.7.3" features = [ "tokio", "http1", "macros", ] [dependencies.bytes] version = "1.5.0" [dependencies.chronicle-proxy] version = "0.1.5" features = [ "sqlite", "migrations", "filigree", ] default-features = false [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.11" features = [ "env", "derive", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.error-stack] version = "0.4.1" features = ["spantrace"] [dependencies.etcetera] version = "0.8.0" [dependencies.eyre] version = "0.6.11" [dependencies.filigree] version = "0.1.2" features = [ "htmx", "maud", "watch-manifest", ] [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.0.0" [dependencies.hyper] version = "1.1.0" features = [ "server", "http1", "http2", ] [dependencies.itertools] version = "0.12.1" [dependencies.opentelemetry] version = "0.21.0" [dependencies.percent-encoding] version = "2.3.1" [dependencies.reqwest] version = "0.11.23" features = [ "cookies", "json", ] [dependencies.rust-embed] version = "8.1.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.serde_with] version = "3.6.1" features = [ "json", "schemars_0_8", ] [dependencies.sqlx] version = "0.7.3" features = [ "chrono", "sqlite", ] [dependencies.sqlx-transparent-json-decode] version = "2.2.2" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.toml] version = "0.8.12" [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.5.1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-opentelemetry] version = "0.22.0" [dependencies.tracing-subscriber] version = "0.3.18" features = ["chrono"] [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.6.1" [dev-dependencies.temp-dir] version = "0.1.13"