# 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 = "chidori" version = "0.1.28" authors = ["Colton Pierson "] description = "A Rust library for executing prompt-graph models" homepage = "https://docs.thousandbirds.ai" readme = "README.md" license = "MIT" repository = "https://github.com/ThousandBirdsInc/chidori" resolver = "1" [profile.release] lto = "fat" codegen-units = 1 strip = true [lib] name = "_chidori" crate-type = [ "cdylib", "lib", ] bench = false [dependencies.anyhow] version = "1.0" default-features = false [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.15" [dependencies.indoc] version = "1.0.3" [dependencies.log] version = "0.4.16" [dependencies.neon] version = "0.10.1" features = [ "napi-6", "channel-api", "promise-api", "try-catch-api", ] optional = true default-features = false [dependencies.neon-serde3] version = "0.10.0" [dependencies.once_cell] version = "1" [dependencies.openssl] version = "0.10.55" features = ["vendored"] [dependencies.prompt-graph-core] version = "^0.1.28" [dependencies.prompt-graph-exec] version = "0.1.0" default-features = false [dependencies.prost] version = "0.11" [dependencies.protobuf] version = "3.2.0" [dependencies.pyo3] version = "0.18.3" features = [ "extension-module", "abi3-py37", ] optional = true [dependencies.pyo3-asyncio] version = "0.18" features = [ "attributes", "tokio-runtime", ] optional = true [dependencies.pyo3-log] version = "0.8.2" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.serde_json] version = "1.0.96" [dependencies.sqlparser] version = "0.34.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.9" [dependencies.wasm-bindgen] version = "0.2.86" features = [] [dev-dependencies.wasm-bindgen-test] version = "0.2" [build-dependencies.pyo3-build-config] version = "0.19.1" [build-dependencies.tonic-build] version = "0.9.2" [features] nodejs = ["dep:neon"] python = [ "dep:pyo3", "dep:pyo3-asyncio", "dep:pyo3-log", ]