[package] name = "mutex-watersheds" description = "Mutex Watershed based off the original C++ implementation by Steffen Wolf and Constantin Pape." version = "0.1.1" authors = ["Philipp Hanslovsky "] edition = "2018" homepage = "https://github.com/hanslovsky/mutex-watersheds" repository = "https://github.com/hanslovsky/mutex-watersheds" documentation = "https://github.com/hanslovsky/mutex-watersheds" readme = "README.md" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] disjoint-sets = "0.4.2" log = "0.4" [dev-dependencies] pretty_env_logger = "0.4" [lib] test = true # no benchmarks set up bench = false crate-type = ["lib"]