fie 0.12.2

Small and cute social media utility.
Documentation
# 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 = "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"