# 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 = "rustronomy-watershed" version = "0.4.1" authors = ["Raúl Wolters "] exclude = ["gallery/*"] description = "a pure-rust implementation of the segmenting and merging watershed algorithms" homepage = "https://github.com/smups/rustronomy-watershed/" readme = "./README.md" keywords = [ "astronomy", "astrophysics", "rustronomy", "image-processing", "watershed", ] categories = [ "science", "algorithms", ] license = "EUPL-1.2" repository = "https://github.com/smups/rustronomy-watershed/" [package.metadata.cargo-all-features] skip_optional_dependencies = true [dependencies.indicatif] version = "0.17" optional = true [dependencies.jemallocator] version = "0.5" optional = true [dependencies.ndarray] version = "0.15" features = ["rayon"] [dependencies.num-traits] version = "0.2" [dependencies.plotters] version = "0.3" optional = true [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1" [dev-dependencies.ndarray-rand] version = "0.14" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rustronomy-fits] version = "0.2" [features] debug = [] default = [] jemalloc = ["dep:jemallocator"] plots = ["dep:plotters"] progress = ["dep:indicatif"]