[package] name = "im_interval_tree" description = "An immutable data structure for storing and querying a collection of intervals" version = "0.1.1" authors = ["Jennifer Blight "] edition = "2018" license = "MIT" repository = "https://github.com/jgblight/im_interval_tree" categories = ["data-structures"] [dev-dependencies] quickcheck = { git = "https://github.com/BurntSushi/quickcheck", rev = "71d743a" }