Cargo Features

[dependencies]
into_string = { version = "2.0.0", default-features = false, features = ["std", "max"] }
default = std

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

std default

Affects into_string::IntoOsString, into_string::IntoPathBuf

max

Affects into_string::IntoCowStr