# 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 = "substring-replace" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides developer-friendly methods to manipulate strings with character indices." readme = "README.md" categories = [ "text-processing", "parsing", ] license = "GPL-2.0-or-later WITH Bison-exception-2.2" repository = "https://github.com/neilg63/substring-replace" [lib] name = "substring_replace" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.to-offset] version = "0.1.*"