# 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 = "jumprope" version = "1.1.2" authors = ["Joseph Gentle "] exclude = [ "benchmark_data/*", ".github/**", ] description = "Simple, fast rope (fancy string) library built on top of Skiplists" readme = "README.md" license = "ISC OR Apache-2.0" repository = "https://github.com/josephg/jumprope-rs" [package.metadata.docs.rs] features = ["wchar_conversion"] [profile.release] lto = true codegen-units = 1 [profile.release.package.jumprope-wasm] opt-level = 2 [[bench]] name = "benches" harness = false [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.str_indices] version = "0.4.0" [dev-dependencies.criterion] version = "0.4.0" [features] buffered = [] ddos_protection = [] default = ["ddos_protection"] line_conversion = [] wchar_conversion = []