# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ascii-gif" version = "0.1.7" authors = ["Domenico Visconti "] description = "Simple cli to enjoy ascii-gif" homepage = "https://github.com/visd0m/ascii-gif" readme = "README.md" keywords = ["cli", "gif", "ascii"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/visd0m/ascii-gif" [dependencies.bytes] version = "1.0.1" [dependencies.chrono] version = "0.4.13" features = ["serde"] [dependencies.hyper] version = "0.14.4" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.lzw] version = "0.10.0" [dependencies.once_cell] version = "1.7.2" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.56" [dependencies.structopt] version = "0.3.15" [dependencies.term_size] version = "0.3.2" [dependencies.tokio] version = "1.3.0" features = ["rt-multi-thread", "rt", "macros"] [dependencies.url] version = "2.1.1" [dependencies.yaged] version = "0.2.0"