21 lines
		
	
	
		
			648 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
		
			648 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| 
								 | 
							
								[package]
							 | 
						||
| 
								 | 
							
								name = "solana-bpf-rust-membuiltins"
							 | 
						||
| 
								 | 
							
								version = "1.8.0"
							 | 
						||
| 
								 | 
							
								description = "Solana BPF test program written in Rust"
							 | 
						||
| 
								 | 
							
								authors = ["Solana Maintainers <maintainers@solana.foundation>"]
							 | 
						||
| 
								 | 
							
								repository = "https://github.com/solana-labs/solana"
							 | 
						||
| 
								 | 
							
								license = "Apache-2.0"
							 | 
						||
| 
								 | 
							
								homepage = "https://solana.com/"
							 | 
						||
| 
								 | 
							
								documentation = "https://docs.rs/solana-bpf-rust-mem"
							 | 
						||
| 
								 | 
							
								edition = "2018"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[dependencies]
							 | 
						||
| 
								 | 
							
								solana-bpf-rust-mem = { path = "../mem", version = "=1.8.0", features = [ "no-entrypoint" ] }
							 | 
						||
| 
								 | 
							
								solana-program = { path = "../../../../sdk/program", version = "=1.8.0" }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[lib]
							 | 
						||
| 
								 | 
							
								crate-type = ["cdylib"]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[package.metadata.docs.rs]
							 | 
						||
| 
								 | 
							
								targets = ["x86_64-unknown-linux-gnu"]
							 |