# 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 = "sbral" version = "0.1.0" authors = ["wartmanm"] include = ["/src/**", "/Cargo.toml"] description = "Fast immutable lists" readme = "./README.md" keywords = ["immutable", "persistent", "list"] categories = ["data-structures"] license = "MIT" repository = "https://gitlab.com/wartmanm/sbral" [lib] bench = false [[bench]] name = "main" harness = false [dependencies.arrayvec] version = "^0.4.10" [dev-dependencies.criterion] version = "^0.2" [dev-dependencies.dogged] version = "^0.2" [dev-dependencies.im-rc] version = "^13" [dev-dependencies.proptest] version = "^0.9" [dev-dependencies.rand] version = "^0.6" [dev-dependencies.rand_pcg] version = "^0.1" [dev-dependencies.rpds] version = "0.6" [features] threadsafe = [] [badges.gitlab] repository = "wartmanm/sbral"