# 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 = "mystic" version = "0.1.10" authors = ["Peter Hayman "] description = "A set of tools for interpertation of tarot, astrology etc." documentation = "https://github.com/mrchantey/forky" readme = "README.md" keywords = [ "tarot", "cards", "astrology", "numerology", ] license-file = "LICENSE" repository = "https://github.com/mrchantey/forky" [[test]] name = "sweet" path = "test/sweet.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.forky_ai] version = "0.*" [dependencies.forky_core] version = "0.*" [dependencies.forky_fs] version = "0.*" [dependencies.rand] version = "0.8.5" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.1" [dependencies.tokio] version = "1.27.0" features = [ "rt", "rt-multi-thread", ] [target."cfg(windows)".dev-dependencies.sweet] version = "0.*"