You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-tinyvec/tinyvec-fix-metadata.diff

34 lines
775 B

--- tinyvec-1.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tinyvec-1.6.0/Cargo.toml 2023-08-07T18:29:35.290442+00:00
@@ -27,6 +27,12 @@
]
license = "Zlib OR Apache-2.0 OR MIT"
repository = "https://github.com/Lokathor/tinyvec"
+exclude = [
+ "/src-backup",
+ "/compare_benchmarks.py",
+ "/gen-array-impls.sh",
+ "/rustfmt.toml",
+]
[package.metadata.docs.rs]
features = [
@@ -91,9 +97,6 @@
version = "0.1"
optional = true
-[dev-dependencies.criterion]
-version = "0.3.0"
-
[dev-dependencies.serde_test]
version = "1.0"
@@ -106,7 +109,6 @@
experimental_write_impl = []
grab_spare_slice = []
nightly_slice_partition_dedup = []
-real_blackbox = ["criterion/real_blackbox"]
rustc_1_40 = []
rustc_1_55 = ["rustc_1_40"]
rustc_1_57 = ["rustc_1_55"]