voca_rs 0.1.0

Voca_rs is inspired by Voca.js and string.py
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "voca_rs"
version = "0.1.0"
authors = ["Anatol Merezhanyi <a.merezhanyi@gmail.com>"]
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
description = "Voca_rs is inspired by Voca.js and string.py"
documentation = "https://e1r0nd.github.io/voca_rs/"
readme = "README.md"
keywords = ["string", "string-manipulation", "string-formatter", "char", "unicode"]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/e1r0nd/voca_rs"
[dependencies.unicode-segmentation]
version = "1.2.0"
[badges.codecov]
branch = "master"
repository = "e1r0nd/voca_rs"
service = "github"

[badges.travis-ci]
repository = "e1r0nd/voca_rs"