# 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-ffi" version = "0.3.0" authors = ["Douman "] include = ["**/*.rs", "Cargo.toml", "README.md"] description = "FFI bindings for Fie: Small and cute social media utility." readme = "README.md" keywords = ["twitter", "gab", "minds", "mastodon"] license = "Apache-2.0" [profile.release] opt-level = "z" lto = true [lib] crate-type = ["cdylib"] [[test]] name = "c_ffi" path = "tests/c.rs" required-features = ["c"] [dependencies.bincode] version = "1" [dependencies.fie] version = "0.16" [dependencies.tokio] version = "0.2" features = ["rt-core", "net", "io-util"] [dependencies.tokio-global] version = "0.4" [build-dependencies.cbindgen] version = "0.8" optional = true [features] c = [] default = ["c"] header = ["cbindgen"]