graphflo 0.1.0

The graphflo plugin for libflo.
Documentation
[build-dependencies]

serde_codegen = { version = "0.8", optional = true }



[dependencies]

error-chain = "0.7"

lazy_static = "0.2"

serde = "0.8"

serde_json = "0.8"

serde_macros = { version = "0.8", optional = true }



[dependencies.libflo]

path = "..\\..\\libflo"

version = "0.1"



[dependencies.libflo_error]

path = "..\\..\\libflo_error"

version = "0.1"



[dependencies.libflo_module]

path = "..\\..\\libflo_module"

version = "0.1"



[dependencies.mut_static]

path = "..\\..\\mut_static"

version = "0.1"



[features]

default = ["serde_codegen"]

unstable = ["serde_macros"]



[lib]

crate-type = ["dylib"]



[package]

authors = ["Tyler Wolf Leonhardt <tyler.wolf.leonhardt@gmail.com>"]

build = "build.rs"

description = "The graphflo plugin for libflo."

exclude = [

    ".gitignore",

    "build.gradle",

    "gradle",

    "gradlew",

    "gradlew.bat",

    "README",

    "test/**"

]

license = "MIT"

name = "graphflo"

version = "0.1.0"