--- unicode-width-0.1.9/Cargo.toml 1970-01-01T00:00:01+00:00 +++ unicode-width-0.1.9/Cargo.toml 2021-09-27T18:09:03.420843+00:00 @@ -13,7 +13,7 @@ name = "unicode-width" version = "0.1.9" authors = ["kwantam ", "Manish Goregaokar "] -exclude = ["target/*", "Cargo.lock"] +exclude = ["target/*", "Cargo.lock", "/scripts/*"] description = "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n" homepage = "https://github.com/unicode-rs/unicode-width" documentation = "https://unicode-rs.github.io/unicode-width" @@ -21,22 +21,8 @@ keywords = ["text", "width", "unicode"] license = "MIT/Apache-2.0" repository = "https://github.com/unicode-rs/unicode-width" -[dependencies.compiler_builtins] -version = "0.1" -optional = true - -[dependencies.core] -version = "1.0" -optional = true -package = "rustc-std-workspace-core" - -[dependencies.std] -version = "1.0" -optional = true -package = "rustc-std-workspace-std" [features] bench = [] default = [] no_std = [] -rustc-dep-of-std = ["std", "core", "compiler_builtins"]