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:
| Crate | License |
|---|---|
ureq | MIT OR Apache-2.0 |
serde | MIT OR Apache-2.0 |
toml | MIT OR Apache-2.0 |
toml_edit | MIT OR Apache-2.0 |
serde_json | MIT OR Apache-2.0 |
sha2 | MIT OR Apache-2.0 |
glob | MIT OR Apache-2.0 |
self-replace | MIT OR Apache-2.0 |
ctrlc | MIT 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.