# 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 = "forky_ai" version = "0.1.42" authors = ["Peter Hayman "] description = "Rust Utilities" documentation = "https://mrchantey.github.io/forky/docs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mrchantey/forky" [[example]] name = "test_forky_ai" path = "test/sweet.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.dotenv] version = "0.15.0" [dependencies.forky_core] version = "0.*" [dependencies.forky_fs] version = "0.*" [dependencies.futures-util] version = "0.3.28" [dependencies.tokio] version = "1.27.0" features = [ "macros", "rt", "rt-multi-thread", "time", ] [dev-dependencies.sweet] version = "0.*"