# 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 = "gears" version = "0.1.7" authors = ["Michiel Kalkman "] build = "build.rs" description = "Gears core implementation" homepage = "https://github.com/gears-project/gears-core-rust" documentation = "https://docs.rs/gears" readme = "README.md" keywords = ["gears"] categories = [] license = "MIT" repository = "https://github.com/gears-project/gears-core-rust.git" [lib] name = "gears" crate-type = ["rlib", "dylib"] [dependencies.glob] version = "0.2.11" [dependencies.gluon] version = "0.11.0" optional = true [dependencies.jsonapi] version = "0.6" [dependencies.log] version = "0.4" [dependencies.ratel] version = "0.7.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.uuid] version = "0.7" features = ["serde", "v4"] [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.tempdir] version = "0.3" [build-dependencies.peg] version = "0.5.7"