# 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] name = "stringslice" version = "0.2.0" authors = ["Lucas Jansen <7199136+staticintlucas@users.noreply.github.com>"] description = "A collection of methods to slice strings based on character indices rather than bytes" documentation = "https://docs.rs/stringslice/" readme = "README.md" keywords = [ "string", "slice", "substring", "unicode", "utf-8", ] categories = [ "no-std", "algorithms", "parsing", "rust-patterns", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/staticintlucas/stringslice" [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false