# 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 = "ifc2osm" version = "0.1.0" authors = ["Frank Elsinga "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert IFC CAD files to osm for simpler importing" readme = "README.md" keywords = [ "osm", "ifc", "cad", ] license = "GPL-3.0" repository = "https://github.com/TUM-Dev/navigatum" [[bin]] name = "ifc2osm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" features = ["backtrace"] [dependencies.clap] version = "4.5.21" features = [ "env", "derive", ] [dependencies.human-panic] version = "2.0.2" [dependencies.ifc_rs] version = "0.1.0-alpha.7" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-log] version = "0.2.0" features = ["interest-cache"] [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "json", "fmt", "chrono", ]