[package] name = "xflow" version = "0.1.1" authors = ["Michiel Kalkman "] description = "XFlow implementation" documentation = "https://docs.rs/xflow" homepage = "https://github.com/nosuchtype/xflow-rust" repository = "https://github.com/nosuchtype/xflow-rust.git" readme = "README.md" keywords = ["xflow"] categories = [] license = "MIT" [lib] name = "xflow" crate-type = ["rlib", "dylib"] # staticlib, bin [dependencies] serde = "0.9" serde_json = "0.9" serde_derive = "0.9" libc = "0.1.12" [features] embedded = []