Cargo API written in Paris
Add to your Cargo.toml
:
toml
[dependencies]
escargot = "0.5"
Compared to depending on cargo
:
- Faster compile times.
- Simpler API.
- Better interop with projects relying on other cargo versions.
- Probably slower execution, especially on platforms without an optimized fork
(e.g. Windows).
Other related crates:
* cargo for the real thing
* cargo-metadata for a similar project specifically geared to the metadata
subcommand.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.