[package] name = "streemap" version = "0.1.0" authors = ["Vincent Rouillé "] repository = "https://github.com/Speedy37/streemap-rs" license = "MIT OR Apache-2.0" edition = "2018" keywords = ["treemap", "binary", "squarified", "slice", "dice"] categories = ["algorithms", "graphics", "mathematics"] description = """ Set of tree map algorithms (binary, squarified, ...) """ [dependencies] num-traits = "0.2" [dev-dependencies] criterion = "0.3" iai = "0.1" [[bench]] name = "criterion" harness = false [[bench]] name = "iai" harness = false