# 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 = "escrit" version = "0.1.1" build = false exclude = [ "texts/*", ".github/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for learning languages by reading texts" readme = "README.md" keywords = [ "language-learning", "language", ] license = "MIT" repository = "https://github.com/PatrickLerner/escrit" [[bin]] name = "escrit" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.app_dirs2] version = "2.5" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.itertools] version = "0.13" [dependencies.libc] version = "0.2" [dependencies.open] version = "5.1.4" [dependencies.ratatui] version = "0.27" features = ["unstable-rendered-line-info"] [dependencies.regex] version = "1.10" features = ["pattern"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tts] version = "0.26.1" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.cocoa-foundation] version = "0.1" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-foundation] version = "0.9" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc] version = "0.2" features = ["exception"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage_nightly)"]