# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "intecture-api" version = "0.3.2" authors = ["Peter Hayes "] build = "build.rs" description = "API component for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool." homepage = "https://intecture.io" keywords = ["intecture", "api"] license = "MPL-2.0" repository = "https://github.com/intecture/api" [lib] name = "inapi" crate_type = ["rlib", "dylib"] [dependencies.rustc-serialize] version = "0.3" [dependencies.serde_derive] version = "0.9" [dependencies.lazy_static] version = "0.2" [dependencies.hostname] version = "0.1" [dependencies.zfilexfer] version = "0.0.2" [dependencies.libc] version = "0.2" [dependencies.tempfile] version = "2.1" [dependencies.pnet] version = "0.16" [dependencies.serde_json] version = "0.9" [dependencies.mustache] version = "0.8" [dependencies.czmq] version = "0.1" optional = true [dependencies.regex] version = "0.2" [dependencies.serde] version = "0.9" [dev-dependencies.tempdir] version = "0.3" [features] default = ["remote-run"] remote-run = ["czmq"] local-run = []