# 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 = "fgm" version = "0.2.4" authors = ["cncsmonster "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast and simple go version manager" readme = "readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cncsmonster/fgm" [lib] name = "fgm" path = "src/lib.rs" [[bin]] name = "fgm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.17" features = [ "derive", "derive", ] [dependencies.clap_complete] version = "4.5.28" [dependencies.dirs] version = "5.0.1" [dependencies.flate2] version = "1.0.33" [dependencies.itertools] version = "0.13.0" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "blocking", ] [dependencies.scraper] version = "0.20.0" [dependencies.serde] version = "1.0.210" features = [ "derive", "derive", ] [dependencies.tar] version = "0.4.41" [dependencies.toml] version = "0.8.19" [features]