# 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 = "trotter" version = "1.0.2" authors = [ "catboomer", "mbrubeck", ] description = "Trotter 🎠 is an experimental crate that aims to make writing Gemini clients fun and easy." homepage = "https://codeberg.org/catboomer/trotter" readme = "readme.md" keywords = ["gemini"] categories = ["network-programming"] license = "GPL-3.0-only" repository = "https://codeberg.org/catboomer/trotter" [lib] name = "trotter" path = "src/lib.rs" [[bin]] name = "trot" path = "src/main.rs" required-features = ["cli"] [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.mime_guess] version = "2" optional = true [dependencies.openssl] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "fs", "io-util", "net", "macros", "io-std", "rt-multi-thread", "time", ] [dependencies.tokio-openssl] version = "0.6" [dependencies.url] version = "2.4" [dependencies.urlencoding] version = "2.1.3" [dependencies.wildmatch] version = "2.1.1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "4" features = ["derive"] [features] cli = [ "dep:clap", "dep:mime_guess", ]