Skip to main content

License

DCR

DCR itself is GPL-3.0-or-later licensed.

Note: DCR is a build tool, not a library. The GPL applies only to DCR's own source code. Projects built with DCR are not subject to DCR's license — their licensing is determined solely by their own code and dependencies.

Rust dependencies

DCR is written in Rust. The following notable Rust crates are statically linked:

CrateLicense
ureqMIT OR Apache-2.0
serdeMIT OR Apache-2.0
tomlMIT OR Apache-2.0
toml_editMIT OR Apache-2.0
serde_jsonMIT OR Apache-2.0
sha2MIT OR Apache-2.0
globMIT OR Apache-2.0
self-replaceMIT OR Apache-2.0
ctrlcMIT OR Apache-2.0

Full dependency tree is available in Cargo.lock. The overwhelming majority are dual-licensed under MIT OR Apache-2.0.

Additional credits

  • DCR's CLI design and project model are inspired by Cargo.