# 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 = "lemon-llm" version = "0.0.1" description = "LLM nodes for lemon-graph." readme = "README.md" keywords = [ "graph", "llm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/lemon" [dependencies.lemon-graph] version = "0.0.1" [dependencies.petgraph] version = "0.6.4" default-features = false [dependencies.replicate-rust] version = "0.0.5" optional = true [dependencies.reqwest] version = "0.11.24" optional = true [dependencies.serde_json] version = "1.0.114" optional = true [dependencies.thiserror] version = "1.0.57" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] default = [ "ollama", "replicate", ] ollama = [ "dep:reqwest", "dep:serde_json", ] replicate = ["dep:replicate-rust"]