tyler 0.4.1

Create tiles from 3D city objects encoded as CityJSONFeatures.
# 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.4.1"
authors = [
    "Balázs Dukai <balazs.dukai@3dgi.nl>",
    "Ravi Peters <ravi.peters@3dgi.nl>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[[test]]
name = "3dtiles_coordinate_frame"
path = "tests/3dtiles_coordinate_frame.rs"

[[test]]
name = "cli_behavior"
path = "tests/cli_behavior.rs"

[[test]]
name = "cli_debug_behavior"
path = "tests/cli_debug_behavior.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bitvec]
version = "1.0.1"

[dependencies.cityjson-convert]
version = "0.1.0"

[dependencies.cityjson-index]
version = "0.9.0"

[dependencies.cityjson-lib]
version = "0.9.0"
features = ["json"]

[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.thiserror]
version = "1.0.30"