flowbrigade 0.1.4

Rust bindings for FlowBrigade's C ABI.
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"