fie-ffi 0.2.0

FFI bindings for Fie: Small and cute social media utility.
Documentation
[package]
name = "fie-ffi"
version = "0.2.0"
authors = ["Douman <douman@gmx.se>"]
description = "FFI bindings for Fie: Small and cute social media utility."
keywords = ["twitter", "gab", "minds", "mastodon"]
license = "Apache-2.0"
readme = "README.md"
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md"
]
edition = "2018"

[dependencies]
fie = "0.13"
bincode = "1"

[features]
default = ["c"]
c = []
header = ["cbindgen"]

[lib]
crate-type = ["cdylib"]

[[test]]
name = "c_ffi"
path = "tests/c.rs"
required-features = ["c"]

[profile.release]
lto = true
opt-level = "z"

[build-dependencies]
cbindgen = {version = "0.8", optional = true}