[package]
edition = "2018"
name = "fie"
version = "0.12.2"
authors = ["Douman <douman@gmx.se>"]
include = ["**/*.rs", "Cargo.toml", "README.md"]
description = "Small and cute social media utility."
readme = "README.md"
keywords = ["twitter", "gab", "minds", "mastodon"]
license = "Apache-2.0"
repository = "https://github.com/DoumanAsh/fie"
[profile.release]
opt-level = "z"
lto = true
[lib]
name = "fie"
path = "src/lib/lib.rs"
[[bin]]
name = "fie"
path = "src/cli/main.rs"
required-features = ["cli"]
[dependencies.data-encoding]
version = "2"
[dependencies.dirs]
version = "1"
optional = true
[dependencies.memmap]
version = "0.7"
[dependencies.mime_guess]
version = "2.0.0-alpha.6"
[dependencies.percent-encoding]
version = "1"
[dependencies.rand]
version = "0.6"
[dependencies.ring]
version = "0.14"
[dependencies.serde]
version = "1"
[dependencies.serde_derive]
version = "1"
[dependencies.structopt]
version = "0.2"
features = ["wrap_help", "suggestions"]
optional = true
[dependencies.toml]
version = "0.4"
optional = true
[dependencies.yukikaze]
version = "0.5"
features = ["rt", "flate2-c"]
default-features = false
[features]
cli = ["structopt", "toml", "dirs"]
[badges.appveyor]
branch = "master"
repository = "DoumanAsh/fie"
service = "github"
[badges.travis-ci]
branch = "master"
repository = "DoumanAsh/fie"