# 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 = "tyrell" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "More human than human. Interacting with LLMs in a rusty way." readme = "README.md" license = "MIT" [lib] name = "tyrell" path = "src/lib.rs" [[example]] name = "earnings_call" path = "examples/earnings_call.rs" [[example]] name = "extraction" path = "examples/extraction.rs" [[example]] name = "forex" path = "examples/forex.rs" [[example]] name = "github_issues" path = "examples/github_issues.rs" [[example]] name = "news_sentiment" path = "examples/news_sentiment.rs" [[example]] name = "question_answer" path = "examples/question_answer.rs" [[test]] name = "chat" path = "tests/chat.rs" [[test]] name = "extraction" path = "tests/extraction.rs" [[test]] name = "simple_integration" path = "tests/simple_integration.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.futures] version = "0.3.31" [dev-dependencies.jsonxf] version = "1.1.1" [dev-dependencies.octocrab] version = "0.41.2" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.regex] version = "1.10.5" [dev-dependencies.test-log] version = "0.2.16" features = ["trace"] [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tracing] version = "0.1.40" features = [ "async-await", "log", "log-always", ]