[package]
edition = "2021"
name = "flowbrigade"
version = "0.1.4"
build = "build.rs"
exclude = [
".github/",
".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for FlowBrigade's C ABI."
readme = "README.md"
keywords = [
"flow-control",
"rate-limiting",
"ffi",
"nim",
]
categories = [
"api-bindings",
"concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/puffball1567/flowbrigade-rs"
[features]
default = []
[lib]
name = "flowbrigade"
path = "src/lib.rs"
[[example]]
name = "quickstart"
path = "examples/quickstart.rs"