# 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 = "ecitygml-cli" version = "0.0.1-alpha.4" authors = ["Benedikt Schwab "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool for processing CityGML data." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/envis-space/ecitygml" [[bin]] name = "ecitygml-cli" path = "src/main.rs" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.ecitygml] version = "0.0.1-alpha.4" [dependencies.egml] version = "0.0.1-alpha.4" [dependencies.nalgebra] version = "0.33.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.walkdir] version = "2.5.0"