Cargo Features

aws-smithy-types-convert has no features set by default.

[dependencies]
aws-smithy-types-convert = { version = "0.60.0", features = ["convert-chrono", "convert-time"] }
convert-chrono = aws-smithy-types, chrono

Affects date_time::DateTimeExt.to_chrono_utc, date_time::DateTimeExt.from_chrono_utc, date_time::DateTimeExt.from_chrono_fixed, aws-smithy-types-convert::date_time

convert-time = aws-smithy-types, time

Affects date_time::DateTimeExt.to_time, date_time::DateTimeExt.from_time, aws-smithy-types-convert::date_time

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features.

chrono convert-chrono?

With std

time convert-time?

With default (std)

aws-smithy-types convert-chrono? convert-time?