# 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 = "prompt-graph-core" version = "0.1.28" authors = ["Colton Pierson "] description = "Core of Chidori, compiles graph and node definitions into an interpretable graph" homepage = "https://docs.thousandbirds.ai" readme = "README.md" license = "MIT" repository = "https://github.com/ThousandBirdsInc/chidori" resolver = "1" [lib] name = "prompt_graph_core" 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.gluesql] version = "0.14.0" [dependencies.handlebars] version = "4.3.7" [dependencies.indoc] version = "1.0.3" [dependencies.log] version = "0.4.16" [dependencies.num_cpus] version = "1" [dependencies.petgraph] version = "0.6.3" [dependencies.prost] version = "0.11" [dependencies.protobuf] version = "3.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_yaml] version = "0.9.25" [dependencies.sqlparser] version = "0.34.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.9" [dependencies.typescript-type-def] version = "0.5.7" [build-dependencies.tonic-build] version = "0.9.2" [features] build-protos = [] nodejs = [] python = []