# 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 = "dcc-tiler" version = "0.1.2" authors = ["Robert Usher <266585+dcchut@users.noreply.github.com>"] description = "A library and CLI for counting / rendering tilings of various shapes" license = "MIT OR Apache-2.0" repository = "https://github.com/dcchut/dcc-tiler" [lib] name = "dcc_tiler" path = "src/lib.rs" [[bin]] name = "dcc_tiler_cli" path = "src/cli/main.rs" [dependencies.clap] version = "2.33" [dependencies.num] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.rayon] version = "1.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.simplesvg] version = "0.4.0" [dependencies.time] version = "0.1" [dependencies.zip] version = "0.5"