[package] name = "jsonlang" version = "0.1.0" authors = ["Chris Jones "] license = "Apache-2.0" readme = "README.md" keywords = ["json", "jsonlang", "sdk"] repository = "https://github.com/lambdastackio/jsonlang-rust" homepage = "https://github.com/lambdastackio/jsonlang-rust" documentation = "https://github.com/lambdastackio/jsonlang-rust" description = """ Rust version of JSONLang. Under heavy dev *DO NOT USE* at this time. Use the C version instead. """ [dependencies] errno = "0.1.8" semver = "0.4.0" log = "0.3.6" env_logger = "0.3.4" rustc-serialize = "0.3.19" serde = "0.8.0"