Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

built has no features set by default.

[dependencies]
built = { version = "0.8.1", features = ["dependency-tree", "chrono", "git2", "gix", "semver"] }
dependency-tree

Enables dependency-tree of cargo-lock

Affects dependencies::write_dependencies

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.

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

git2 implicit feature

Affects git_impl::get_repo_description, git_impl::get_repo_head

gix implicit feature

Enables gix ^0.83

gix:

Interact with git repositories just like git would

semver implicit feature

Enables semver

semver:

Parser and evaluator for Cargo's flavor of Semantic Versioning

Affects util::parse_versions

cargo-lock dependency-tree?