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-serde_spanned/serde_spanned-fix-metadata....

16 lines
599 B

--- serde_spanned-0.6.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ serde_spanned-0.6.1/Cargo.toml 2023-03-30T21:13:30.708654+00:00
@@ -23,11 +23,7 @@
"benches/**/*",
"tests/**/*",
]
-description = """
-A native Rust encoder and decoder of TOML-formatted files and streams. Provides
-implementations of the standard Serialize/Deserialize traits for TOML data to
-facilitate deserializing and serializing Rust structures.
-"""
+description = "Serde-compatible spanned Value"
homepage = "https://github.com/toml-rs/toml"
documentation = "https://docs.rs/serde_spanned"
readme = "README.md"