[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_dynamic_event] path = "..\\libflo_dynamic_event" version = "0.1" [dependencies.libflo_error] path = "..\\libflo_error" version = "0.1" [dependencies.libflo_func] path = "..\\libflo_func" 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 "] build = "build.rs" description = "Everything you need to implement a libflo host" exclude = [ ".gitignore", "build.gradle", "gradle", "gradlew", "gradlew.bat", "README", "test/**" ] license = "MIT" name = "libflo_api" version = "0.1.2"