Skip to main content

Crate nuspec

Crate nuspec 

Source

Structs§

ContentFile
ContentFiles
Dependencies
Dependency
DependencyGroup
File
Files
FrameworkAssemblies
FrameworkAssembly
Metadata
Package
A representation of a NuGet package specification (nuspec).
PackageType
PackageTypes
Reference
ReferenceGroup
References
Repository

Enums§

BuildAction
KnownPackageType
License

Functions§

generate
Generates a NuSpec file based on the Cargo package metadata. The generated file will be placed in the output directory next to the Cargo build artifacts, such as executables or libraries.
generate_to
Generates a NuSpec file and writes it to the specified output directory.
to_string_indent
Serializes a value to xml format with indentation.