rumo 0.1.1

Mobile framework & build tooling
Documentation
# 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 = "rumo"
version = "0.1.1"
authors = ["Bailey Cosier <bailey@cosier.ca>"]
build = "build.rs"
description = "Mobile framework & build tooling"
license = "MIT"
repository = "https://github.com/rustamatics/rumo"

[lib]
name = "rumo"

[[bin]]
name = "rumo"
doc = false
[dependencies.android_support]
version = "^0.1.0"

[dependencies.serde_json]
version = "^1.0.2"

[dependencies.android_ffi]
version = "^0.1.0"

[dependencies.clap]
version = "^2.26.0"

[dependencies.env_logger]
version = "0.4.3"

[dependencies.serde]
version = "^1.0.10"

[dependencies.zip]
version = "0.2.5"

[dependencies.toml]
version = "0.4.2"

[dependencies.term]
version = "0.4.6"

[dependencies.log]
version = "0.3.8"

[dependencies.serde_derive]
version = "^1.0.10"
[build-dependencies.libc]
version = "0.2.28"

[build-dependencies.zip]
version = "0.2.5"

[build-dependencies.walkdir]
version = "1.0.7"