# 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 = "fgg" version = "1.1.0" authors = ["Clay66"] description = "A CLI application to connect to The Fighting Game Glossary by Infil" readme = "README.md" keywords = [ "fgc", "glossary", "definitions", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/Clay-6/FGG" [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.26.0" features = ["full"]