# 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 = "three_body_interpreter" version = "0.6.5" authors = [ "meloalright", "rustq", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Three Body interpreter" readme = "README.md" license = "MIT" [lib] name = "three_body_interpreter" path = "src/lib.rs" [dependencies.unicode-xid] version = "0.2.1" [features] default = [] sophon = [ "llm", "llm-base", "spinoff", ] threading = ["tokio"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.llm] version = "0.1.1" optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.llm-base] version = "0.1.1" optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.rand] version = "0.8.5" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.spinoff] version = "0.7.0" features = [ "dots", "arc", "line", ] optional = true default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.40.0" features = [ "sync", "time", "macros", "rt-multi-thread", ] optional = true