aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4539964fd7f9d0af121d4606dbe7c6ed9b1a1353 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package]
name = "sydney"
version = "0.1.2"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Vim-like, Command-line Gemini Client"
readme = "README.md"
homepage = "https://github.com/gemrest/sydney"
repository = "https://github.com/gemrest/sydney"
license = "GPL-3.0-only"
keywords = ["gemini", "client"]

# Slower builds, faster executables
[profile.release]
lto = "fat"
codegen-units = 1
opt-level = 3

[dependencies]
germ = { version = "0.3.3", default-features = false, features = ["request", "ast"] } # Gemini
url = "2.2.2" # URL
tui = "0.18.0" # Terminal User Interface
crossterm = "0.24.0" # Cross-platform Terminal