Cargo Features

[dependencies]
rust_intervals = { version = "0.4.0", default-features = false, features = ["std", "rust_decimal", "serde", "serde_tests", "chrono"] }
default = std

The std feature is set by default whenever rust_intervals is added without default-features = false somewhere in the dependency tree.

std default
rust_decimal

Enables rust_decimal

serde serde_tests?

Enables serde

serde_tests = serde

Enables ron and serde_json

Features from optional dependencies

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust