mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-26 20:40:51 +00:00
Remove rustc-serialize feature
And docs and deny exceptions and...
This commit is contained in:
parent
6c86cd1560
commit
be62a7f116
@ -39,7 +39,6 @@ __internal_bench = []
|
||||
|
||||
[dependencies]
|
||||
num-traits = { version = "0.2", default-features = false }
|
||||
rustc-serialize = { version = "0.3.20", optional = true }
|
||||
serde = { version = "1.0.99", default-features = false, optional = true }
|
||||
pure-rust-locales = { version = "0.8", optional = true }
|
||||
rkyv = { version = "0.7.43", optional = true, default-features = false }
|
||||
|
@ -65,7 +65,6 @@ Optional features:
|
||||
* `rkyv-32`: Enable serialization/deserialization via [rkyv], using 32-bit integers for integral `*size` types.
|
||||
* `rkyv-64`: Enable serialization/deserialization via [rkyv], using 64-bit integers for integral `*size` types.
|
||||
* `rkyv-validation`: Enable rkyv validation support using `bytecheck`.
|
||||
* `rustc-serialize`: Enable serialization/deserialization via rustc-serialize (deprecated).
|
||||
* `arbitrary`: Construct arbitrary instances of a type with the Arbitrary crate.
|
||||
* `unstable-locales`: Enable localization. This adds various methods with a `_localized` suffix.
|
||||
The implementation and API may change or even be removed in a patch release. Feedback welcome.
|
||||
|
@ -3,9 +3,6 @@ allow-osi-fsf-free = "either"
|
||||
copyleft = "deny"
|
||||
|
||||
[advisories]
|
||||
ignore = [
|
||||
"RUSTSEC-2022-0004", # rustc_serialize, cannot remove due to compatibility
|
||||
]
|
||||
unmaintained = "deny"
|
||||
unsound = "deny"
|
||||
yanked = "deny"
|
||||
|
@ -43,7 +43,6 @@
|
||||
//! - `rkyv-64`: Enable serialization/deserialization via [rkyv],
|
||||
//! using 64-bit integers for integral `*size` types.
|
||||
//! - `rkyv-validation`: Enable rkyv validation support using `bytecheck`.
|
||||
//! - `rustc-serialize`: Enable serialization/deserialization via rustc-serialize (deprecated).
|
||||
//! - `arbitrary`: Construct arbitrary instances of a type with the Arbitrary crate.
|
||||
//! - `unstable-locales`: Enable localization. This adds various methods with a `_localized` suffix.
|
||||
//! The implementation and API may change or even be removed in a patch release. Feedback welcome.
|
||||
|
Loading…
x
Reference in New Issue
Block a user