# 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" rust-version = "1.74" name = "erdy" version = "0.1.3" authors = ["TBD"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TBD" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/lnicola/erdy" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/erdy" mode = "755" source = "target/release/erdy" [[bin]] name = "erdy" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.ball-tree] version = "0.5" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.gdal] version = "0.17" [dependencies.gdal-sys] version = "0.10" [dependencies.indicatif] version = "0.17" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.tempfile] version = "3.12" [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", "ansi", "smallvec", ] default-features = false [dependencies.walkdir] version = "2.5"