diff --git a/cursive-core/Cargo.toml b/cursive-core/Cargo.toml index f84b031e..cf03f7e3 100644 --- a/cursive-core/Cargo.toml +++ b/cursive-core/Cargo.toml @@ -35,7 +35,7 @@ ahash = "0.8" serde_json = "1.0.85" serde_yaml = "0.9.11" parking_lot = { version = "0.12.1", features = ["arc_lock"] } -compact_str = "0.7.1" +compact_str = "0.8.0" [dependencies.cursive-macros] path = "../cursive-macros" @@ -68,11 +68,10 @@ version = "0.11" [features] default = [] -doc-cfg = [] -builder = ["inventory", "cursive-macros/builder"] -markdown = ["pulldown-cmark"] -ansi = ["ansi-parser"] -unstable_scroll = [] # Deprecated feature, remove in next version +doc-cfg = [] # Add doc-centric features +builder = ["inventory", "cursive-macros/builder"] # Enable building views from configs +markdown = ["pulldown-cmark"] # Enables a markdown-to-styled string parser +ansi = ["ansi-parser"] # Enables an ansi-to-styled string parser [lib] name = "cursive_core"