# 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 = "eorst" version = "0.2.0" description = "This crate offers a library aiming to simplify the writing of raster processing pipelines in rust." license = "LGPL-3.0-or-later" resolver = "2" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples=examples", ] [[example]] name = "9_opencv_integration" required-features = ["use_opencv"] [[example]] name = "10_lightgbm_integration" required-features = ["use_lightgbm"] [dependencies.anyhow] version = "1.0.62" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.csv] version = "1.1.6" [dependencies.env_logger] version = "0.9.0" [dependencies.gdal] version = "0.12.0" features = ["ndarray"] [dependencies.glob] version = "0.3.0" [dependencies.itertools] version = "0.10.3" [dependencies.libmath] version = "0.2.1" [dependencies.lightgbm] version = "0.2.3" optional = true [dependencies.log] version = "0.4.17" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-csv] version = "0.5.1" [dependencies.num-traits] version = "0.2.14" [dependencies.opencv] version = "0.66.0" optional = true [dependencies.rayon] version = "1.5.3" [dependencies.serde_json] version = "1.0.83" optional = true [dependencies.uuid] version = "1.1.2" features = ["v4"] [dev-dependencies.bacon-sci] version = "0.13.1" [dev-dependencies.signalo_filters] version = "0.6.0" [features] use_lightgbm = [ "lightgbm", "serde_json", ] use_opencv = ["opencv"]