aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 80acd39..2ad25de 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,7 @@
[package]
authors = ["Without Boats <woboats@gmail.com>"]
name = "heck"
-version = "0.3.3"
+version = "0.4.1"
edition = "2018"
license = "MIT OR Apache-2.0"
description = "heck is a case conversion library."
@@ -12,5 +12,9 @@ keywords = ["string", "case", "camel", "snake", "unicode"]
readme = "README.md"
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
+[features]
+default = []
+unicode = ["unicode-segmentation"]
+
[dependencies]
-unicode-segmentation = "1.2.0"
+unicode-segmentation = { version = "1.2.0", optional = true }