twt/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
1006 B
TOML
Raw Normal View History

2021-09-20 11:13:00 +05:30
[package]
name = "twt"
version = "1.2.1"
edition = "2021"
2021-09-20 11:13:00 +05:30
authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
license = "MIT/Apache-2.0"
description = "Tools for extracting metadata from tweets"
repository = "https://github.com/msfjarvis/twt"
homepage = "https://github.com/msfjarvis/twt"
2021-09-20 11:13:00 +05:30
keywords = ["twitter", "images"]
readme = "README.md"
publish = false
2022-01-21 01:02:38 +05:30
include = ["src/main.rs", "LICENSE-*", "README.md"]
2021-09-20 11:13:00 +05:30
[dependencies]
clap = { version = "4.2.5", features = [ "color", "deprecated", "derive", "env" ] }
color-eyre = { version = "0.6.2", default-features = false }
dirs = "5.0.0"
egg-mode = { version = "0.16.1", features = ["rustls_webpki"], default-features = false }
2022-06-26 19:46:31 +05:30
mime = "0.3"
mime_guess = "2.0.4"
serde = { version = "1.0.160", features = ["serde_derive"] }
tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros"] }
toml = "0.7.3"
url = "2.3.1"
2023-02-01 02:16:06 +05:30
[features]
videos = []
2023-02-01 02:16:06 +05:30
# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"