FPS 0.0.3

Flow processing system (under construction).
[package]

name = "FPS"
version = "0.0.3"
authors = [ "Keunhong Lee <dlrmsghd@gmail.com>" ]

homepage = "https://github.com/leeopop/FPS"
repository = "https://github.com/leeopop/FPS"
documentation = "https://github.com/leeopop/FPS"
license = "MIT"
keywords = ["fps", "flow", "packet", "processing"]

description = """
Flow processing system (under construction).
"""

build = "build.rs"

[build-dependencies]
gcc = "*"

[dependencies]
millefeuille = "0.0.0"

[lib]
crate_type = ["staticlib", "rlib", "dylib"]
name = "fps"
path = "src/lib.rs"

[[test]]
name = "fps_test"
path = "src/test.rs"

[[bench]]
name = "fps_bench"
path = "src/bench.rs"