nuspec 0.2.0

Implementation of Nuspec Specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# nuspec
Generating .nuspec file for a Rust project to pack as a Nuget package.

## Crates

### `nuspec`

* Implementation of the full NuGet package specification. Can be used independently to work with `.nuspec` files.
* Implements a `nuspec` generator. It is guarded by the `generate` feature and enabled by default.

### `nuspec-test`

A test crate to test the `nuspec` crate and to publish it as a NuGet package.