From a990de90fe41456a23e58bd087d2f107d321f3a1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 19 Jul 2024 16:37:58 +0400 Subject: Deleted vendor folder --- vendor/anstyle-parse/Cargo.toml | 108 ---------------------------------------- 1 file changed, 108 deletions(-) delete mode 100644 vendor/anstyle-parse/Cargo.toml (limited to 'vendor/anstyle-parse/Cargo.toml') diff --git a/vendor/anstyle-parse/Cargo.toml b/vendor/anstyle-parse/Cargo.toml deleted file mode 100644 index c6ad4e2..0000000 --- a/vendor/anstyle-parse/Cargo.toml +++ /dev/null @@ -1,108 +0,0 @@ -# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO -# -# When uploading crates to the registry Cargo will automatically -# "normalize" Cargo.toml files for maximal compatibility -# with all versions of Cargo and also rewrite `path` dependencies -# to registry (e.g., crates.io) dependencies. -# -# If you are reading this file be aware that the original Cargo.toml -# will likely look very different (and much more reasonable). -# See Cargo.toml.orig for the original contents. - -[package] -edition = "2021" -rust-version = "1.70.0" -name = "anstyle-parse" -version = "0.2.3" -include = [ - "build.rs", - "src/**/*", - "Cargo.toml", - "Cargo.lock", - "LICENSE*", - "README.md", - "benches/**/*", - "examples/**/*", -] -description = "Parse ANSI Style Escapes" -homepage = "https://github.com/rust-cli/anstyle" -readme = "README.md" -keywords = [ - "ansi", - "terminal", - "color", - "vte", -] -categories = ["command-line-interface"] -license = "MIT OR Apache-2.0" -repository = "https://github.com/rust-cli/anstyle.git" - -[[package.metadata.release.pre-release-replacements]] -file = "CHANGELOG.md" -min = 1 -replace = "{{version}}" -search = "Unreleased" - -[[package.metadata.release.pre-release-replacements]] -exactly = 1 -file = "CHANGELOG.md" -replace = "...{{tag_name}}" -search = '\.\.\.HEAD' - -[[package.metadata.release.pre-release-replacements]] -file = "CHANGELOG.md" -min = 1 -replace = "{{date}}" -search = "ReleaseDate" - -[[package.metadata.release.pre-release-replacements]] -exactly = 1 -file = "CHANGELOG.md" -replace = """ - -## [Unreleased] - ReleaseDate -""" -search = "" - -[[package.metadata.release.pre-release-replacements]] -exactly = 1 -file = "CHANGELOG.md" -replace = """ - -[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD""" -search = "" - -[[bench]] -name = "parse" -harness = false - -[dependencies.arrayvec] -version = "0.7.2" -optional = true -default-features = false - -[dependencies.utf8parse] -version = "0.2.1" -optional = true - -[dev-dependencies.codegenrs] -version = "3.0.1" -default-features = false - -[dev-dependencies.criterion] -version = "0.5.1" - -[dev-dependencies.proptest] -version = "1.4.0" - -[dev-dependencies.snapbox] -version = "0.4.14" -features = ["path"] - -[dev-dependencies.vte_generate_state_changes] -version = "0.1.1" - -[features] -core = ["dep:arrayvec"] -default = ["utf8"] -utf8 = ["dep:utf8parse"] -- cgit v1.2.3