Update Cargo.toml

This commit is contained in:
Dylan DPC 2020-02-02 01:28:19 +01:00 committed by GitHub
parent 2c323503aa
commit 6aaeb2718b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,8 @@ lazy_static = "1"
version-sync = "0.8"
[features]
default = ["suggestions", "color", "vec_map", "derive"]
default = ["suggestions", "color", "vec_map", "derive", "std"]
std = [] # support for no_std in a backwards-compatible way
suggestions = ["strsim"]
color = ["ansi_term", "atty"]
wrap_help = ["term_size", "textwrap/term_size"]