This small release adds no_std support. There's a std feature that is required for comparing and sorting file paths. This feature is enabled by default, so you need to disable default features to compile without the standard library:
# Cargo.toml
[dependencies]
lexical-sort = { version = "0.3.1", default-features = false }