mirror of
				https://git.proxmox.com/git/proxmox
				synced 2025-11-04 11:42:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			409 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			409 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "proxmox-io"
 | 
						|
version = "1.1.0"
 | 
						|
authors.workspace = true
 | 
						|
edition.workspace = true
 | 
						|
license.workspace = true
 | 
						|
repository.workspace = true
 | 
						|
description = "extension traits for Read and Write"
 | 
						|
 | 
						|
exclude.workspace = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
endian_trait = { workspace = true, features = ["arrays"] }
 | 
						|
# this is also the feature name:
 | 
						|
tokio = { workspace = true, features = [ "io-util" ], optional = true }
 |