# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lz_diet" version = "0.1.6" authors = ["Luke Horsley "] description = "An AVL balanced Discrete Interval Encoding Tree" keywords = ["DIET", "Tree", "Interval", "Range", "AVL"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/lukazoid/lz_diet" [dependencies.binary-tree] version = "0.2.0" [dependencies.chrono] version = "0.4.6" optional = true [dependencies.extprim] version = "1.7.0" optional = true [dependencies.log] version = "0.4.6" [dependencies.matches] version = "0.1.8" [dependencies.num-bigint] version = "0.2.2" optional = true [dependencies.num-traits] version = "0.2.8" optional = true [dev-dependencies.env_logger] version = "0.6.1" [features] bigint = ["num-bigint", "num-traits"] default = [] [badges.travis-ci] repository = "Lukazoid/lz_diet"