diff --git a/Cargo.lock b/Cargo.lock index 7438a75..75e00a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,7 +35,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "titlecase" -version = "1.1.0" +version = "2.0.0" dependencies = [ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.5.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 27fb3bf..8d5839d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "titlecase" description = "A tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website Daring Fireball." -version = "1.1.0" +version = "2.0.0" authors = ["Wesley Moore "] -documentation = "https://docs.rs/crate/titlecase" +documentation = "https://docs.rs/titlecase" repository = "https://github.com/wezm/titlecase" readme = "README.md" @@ -13,13 +13,6 @@ license = "MIT" keywords = ["title", "case", "capitalization", "capitalisation", "capitalize"] categories = ["text-processing"] -[badges] -travis-ci = { repository = "wezm/titlecase" } - -[[bin]] -name = "titlecase" -doc = false - [dependencies] lazy_static = "1.0" regex = "1.5" diff --git a/README.md b/README.md index 2389bc9..5db37e5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ `titlecase` is a small tool and library (crate) that capitalizes English text [according to a style][style] defined by John Gruber for post titles on his website [Daring Fireball]. `titlecase` should run on all platforms supported -by Rust includig Linux, macOS, FreeBSD, NetBSD, OpenBSD, and Windows. +by Rust including Linux, macOS, FreeBSD, NetBSD, OpenBSD, and Windows. [![Build Status](https://api.cirrus-ci.com/github/wezm/titlecase.svg)](https://cirrus-ci.com/github/wezm/titlecase) [![crates.io](https://img.shields.io/crates/v/titlecase.svg)](https://crates.io/crates/titlecase)