forked from proxmox-mirrors/proxmox
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Source: rust-proxmox-simple-config
 | |
| Section: rust
 | |
| Priority: optional
 | |
| Build-Depends: debhelper-compat (= 13),
 | |
|  dh-sequence-cargo,
 | |
|  cargo:native <!nocheck>,
 | |
|  rustc:native <!nocheck>,
 | |
|  libstd-rust-dev <!nocheck>,
 | |
|  librust-anyhow-1+default-dev <!nocheck>,
 | |
|  librust-proxmox-schema-4+api-macro-dev <!nocheck>,
 | |
|  librust-proxmox-schema-4+api-types-dev <!nocheck>,
 | |
|  librust-proxmox-schema-4+default-dev <!nocheck>,
 | |
|  librust-serde-1+default-dev <!nocheck>,
 | |
|  librust-serde-1+derive-dev <!nocheck>,
 | |
|  librust-serde-json-1+default-dev <!nocheck>
 | |
| Maintainer: Proxmox Support Team <support@proxmox.com>
 | |
| Standards-Version: 4.7.0
 | |
| Vcs-Git: git://git.proxmox.com/git/proxmox.git
 | |
| Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
 | |
| Homepage: https://proxmox.com
 | |
| X-Cargo-Crate: proxmox-simple-config
 | |
| Rules-Requires-Root: no
 | |
| 
 | |
| Package: librust-proxmox-simple-config-dev
 | |
| Architecture: any
 | |
| Multi-Arch: same
 | |
| Depends:
 | |
|  ${misc:Depends},
 | |
|  librust-anyhow-1+default-dev,
 | |
|  librust-proxmox-schema-4+api-macro-dev,
 | |
|  librust-proxmox-schema-4+api-types-dev,
 | |
|  librust-proxmox-schema-4+default-dev,
 | |
|  librust-serde-1+default-dev,
 | |
|  librust-serde-1+derive-dev,
 | |
|  librust-serde-json-1+default-dev
 | |
| Provides:
 | |
|  librust-proxmox-simple-config+default-dev (= ${binary:Version}),
 | |
|  librust-proxmox-simple-config-0-dev (= ${binary:Version}),
 | |
|  librust-proxmox-simple-config-0+default-dev (= ${binary:Version}),
 | |
|  librust-proxmox-simple-config-0.1-dev (= ${binary:Version}),
 | |
|  librust-proxmox-simple-config-0.1+default-dev (= ${binary:Version}),
 | |
|  librust-proxmox-simple-config-0.1.2-dev (= ${binary:Version}),
 | |
|  librust-proxmox-simple-config-0.1.2+default-dev (= ${binary:Version})
 | |
| Description: Simple key/value format for configuration files - Rust source code
 | |
|  Source code for Debianized Rust crate "proxmox-simple-config"
 | 
