| 
					
				 | 
			
			
				@@ -1,8 +1,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 [package] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 name = "cdk-signatory" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-version = "0.10.0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-edition = "2021" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+version.workspace = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+edition.workspace = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+authors = ["CDK Developers"] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 description = "CDK signatory default implementation" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+homepage = "https://github.com/cashubtc/cdk" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+repository = "https://github.com/cashubtc/cdk.git" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+rust-version.workspace = true # MSRV 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+license.workspace = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 [features] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 default = ["grpc", "sqlite"] 
			 |