# 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 = "axiograph" version = "0.1.0" description = "A Rust program that visualizes the structure of complex axioms using GPT-4. Give it an axiom and a \"depth\", and it will generate a summary based on all established sub-axioms and a graph using graphviz. Explore the relationships between axioms and gain new insights with ease." readme = "README.md" license = "MIT" [dependencies.async-recursion] version = "1.0.4" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.10" features = [ "derive", "env", ] [dependencies.colored] version = "2.0.4" [dependencies.evilcorp_secondpilot] version = "2.3.0" [dependencies.futures] version = "0.3.28" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.tokio] version = "1.29.1" features = [ "rt-multi-thread", "macros", ]