# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tyler" version = "0.3.0" authors = [ "Balázs Dukai ", "Ravi Peters ", ] description = "Create tiles from 3D city objects encoded as CityJSONFeatures." homepage = "https://github.com/3DGI/tyler" documentation = "https://github.com/3DGI/tyler" readme = "README.md" keywords = [ "geo", "cityjson", ] categories = [ "command-line-utilities", "science::geo", ] license = "Apache-2.0" repository = "https://github.com/3DGI/tyler" [[bin]] name = "tyler" path = "src/main.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.clap] version = "4.0.32" features = [ "cargo", "derive", ] [dependencies.env_logger] version = "0.10.0" [dependencies.libc] version = "0.2.119" [dependencies.log] version = "0.4.17" [dependencies.morton-encoding] version = "2.0.1" [dependencies.num-traits] version = "0.2.14" [dependencies.proj-sys] version = "0.23.1" features = ["network"] [dependencies.rayon] version = "1.6.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.serde_repr] version = "0.1.10" [dependencies.subprocess] version = "0.2.9" [dependencies.thiserror] version = "1.0.30" [dependencies.walkdir] version = "2.3.2"