# 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] edition = "2018" name = "arcs" version = "0.3.0" authors = ["Michael Bryan "] description = "An extensible framework for creating 2D CAD applications using the Entity-Component-System pattern." readme = "../README.md" keywords = ["cad", "geometry", "2d", "design"] categories = ["graphics", "gui", "mathematics", "wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/Michael-F-Bryan/arcs" [dependencies.aabb-quadtree] version = "0.2.0" [dependencies.anyhow] version = "1" [dependencies.cgmath] version = "0.17.0" [dependencies.euclid] version = "0.20.7" [dependencies.kurbo] version = "0.5" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.piet] version = "0.0.7" [dependencies.quadtree_euclid] version = "0.19.8" package = "euclid" [dependencies.shred] version = "0.9" [dependencies.shred-derive] version = "0.6" [dependencies.specs] version = "0.15" [dependencies.specs-derive] version = "0.4" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.image] version = "0.22" [dev-dependencies.piet-common] version = "0.0.7" [badges.travis-ci] branch = "master" repository = "Michael-F-Bryan/arcs"