# 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 = "2018" name = "goya-cli" version = "0.1.9" authors = ["Leko "] description = "CLI for Goya" categories = ["command-line-interface"] license = "Apache-2.0 OR MIT" repository = "https://github.com/Leko/goya" [[bin]] name = "goya" path = "src/main.rs" [dependencies.bytesize] version = "1.1.0" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.5" [dependencies.console] version = "0.14" [dependencies.dirs] version = "4.0" [dependencies.futures] version = "0.3.17" [dependencies.goya] version = "^0.1.9" [dependencies.goya-ipadic] version = "^0.1.9" [dependencies.indexmap] version = "1.7" features = ["serde"] [dependencies.rkyv] version = "0.7.19" features = ["indexmap"] [dependencies.rmp-serde] version = "1.0.0-beta.2"