# 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" rust-version = "1.65" name = "im-rope" version = "0.1.0" authors = ["Daniel Fox Franke "] description = "Unicode strings backed by RRB vectors" readme = "README.md" keywords = ["rope"] categories = ["data-structures"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/dfoxfranke/im-rope" [dependencies.im] version = "15.1" [dependencies.memchr] version = "2" [dependencies.proptest] version = "1" optional = true [dependencies.sealed] version = "0.5" [dependencies.serde] version = "1" optional = true [dependencies.static-cow] version = "0.2" [dev-dependencies.proptest] version = "1" [dev-dependencies.proptest-derive] version = "0.2" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [features] default = [ "serde", "proptest", ] proptest = [ "dep:proptest", "im/proptest", ] serde = [ "dep:serde", "im/serde", ]