https://github.com/sv-tools/nuspec-rs
Generating .nuspec file for a Rust project to pack as a .nupgk
https://github.com/sv-tools/nuspec-rs
nuget nuspec rust
Last synced: about 2 months ago
JSON representation
Generating .nuspec file for a Rust project to pack as a .nupgk
- Host: GitHub
- URL: https://github.com/sv-tools/nuspec-rs
- Owner: sv-tools
- License: apache-2.0
- Created: 2025-07-15T17:09:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T01:43:32.000Z (12 months ago)
- Last Synced: 2025-07-18T06:04:38.605Z (12 months ago)
- Topics: nuget, nuspec, rust
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# 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.