# 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 = "forne" version = "0.1.5" authors = ["arctic-hen7 "] description = "A Turing-complete but dead-simple spaced repetition CLI that helps you learn stuff." readme = "README.md" keywords = [ "learning", "spaced-repetition", "cli", "education", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/arctic-hen7/forne" [lib] name = "forne" path = "src/lib.rs" [[bin]] name = "forne" path = "src/bin/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.2.7" features = ["derive"] optional = true [dependencies.crossterm] version = "0.26" optional = true [dependencies.fancy-regex] version = "0.10" [dependencies.include_dir] version = "0.7.3" [dependencies.lazy_static] version = "1" [dependencies.rand] version = "0.8" [dependencies.rhai] version = "1.14.0" features = [ "serde", "sync", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.termcolor] version = "1" optional = true [dependencies.uuid] version = "1.3.2" features = [ "v4", "serde", ] [dependencies.whoami] version = "1.4.0" optional = true [features] cli = [ "clap", "whoami", "termcolor", "crossterm", ] default = ["cli"]