# 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 = "fingertrees" version = "0.2.11" authors = ["Pavel Aslanov "] description = "Immutable persisten finger trees" readme = "README.md" keywords = [ "immutable", "persistent", "data-structures", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/aslpavel/fingertree-rs" [lib] bench = false [[bench]] name = "criterion" harness = false [dependencies] [dev-dependencies.criterion] version = "^0.5" features = ["html_reports"] [dev-dependencies.quickcheck] version = "^1.0" [badges.coveralls] repository = "aslpavel/fingertree-rs" [badges.travis-ci] repository = "aslpavel/fingertree-rs"