Cargo Features
[dependencies]
git-cliff = { version = "2.7.0", default-features = false, features = ["update-informer", "remote", "github", "gitlab", "gitea", "bitbucket", "profiler", "profiler-flamegraph"] }
- default = bitbucket, gitea, github, gitlab, update-informer
-
check for new versions
- update-informer default
-
inform about new releases
Enables update-informer
- remote bitbucket gitea github gitlab
-
enable remote repository integration
Enables indicatif
- github default = remote
-
enable GitHub integration
Enables github of git-cliff-core
- gitlab default = remote
-
enable GitLab integration
Enables gitlab of git-cliff-core
- gitea default = remote
-
enable Gitea integration
Enables gitea of git-cliff-core
- bitbucket default = remote
-
enable Bitbucket integration
Enables bitbucket of git-cliff-core
- profiler = profiler-flamegraph
-
performance profiler
- profiler-flamegraph profiler?
-
Enables flamegraph of pprof