# 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 = "str_splitter" version = "0.1.1" description = "Experiment using a combinator API for flexible string splitting" homepage = "https://github.com/pitaj/str_splitter" documentation = "https://docs.rs/str_splitter" readme = "readme.md" keywords = [ "str", "string", "split", ] license = "MIT" repository = "https://github.com/pitaj/str_splitter" [dependencies]