Cargo Features

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

[dependencies]
aws-smithy-types-convert = { version = "0.60.8", features = ["convert-chrono", "convert-time", "convert-streams"] }
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

convert-streams = aws-smithy-async, futures-core

Affects aws-smithy-types-convert::stream

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

aws-smithy-async convert-streams?
chrono convert-chrono?
futures-core convert-streams?
time convert-time?
aws-smithy-types convert-chrono? convert-time?