# 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] name = "gist" version = "0.9.2" authors = ["Arnaud Berthomier "] description = "A simple Github Gist client" readme = "README.md" license = "MIT" repository = "https://github.com/oz/gist" [[bin]] name = "gist" path = "src/bin/gist/main.rs" [dependencies.anyhow] version = "~1.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.getopts] version = "~0.2" [dependencies.serde] version = "~1.0" [dependencies.serde_derive] version = "~1.0" [dependencies.serde_json] version = "~1.0" [dependencies.ureq] version = "~2.9" features = [ "json", "charset", ]