| 
									
										
										
										
											2021-09-30 14:26:17 -07:00
										 |  |  | [package] | 
					
						
							|  |  |  | authors = ["Solana Maintainers <maintainers@solana.foundation>"] | 
					
						
							| 
									
										
										
										
											2021-11-30 16:47:00 -08:00
										 |  |  | edition = "2021" | 
					
						
							| 
									
										
										
										
											2021-09-30 14:26:17 -07:00
										 |  |  | name = "solana-accountsdb-plugin-postgres" | 
					
						
							|  |  |  | description = "The Solana AccountsDb plugin for PostgreSQL database." | 
					
						
							| 
									
										
										
										
											2021-12-04 01:18:04 -07:00
										 |  |  | version = "1.10.0" | 
					
						
							| 
									
										
										
										
											2021-09-30 14:26:17 -07:00
										 |  |  | repository = "https://github.com/solana-labs/solana" | 
					
						
							|  |  |  | license = "Apache-2.0" | 
					
						
							|  |  |  | homepage = "https://solana.com/" | 
					
						
							|  |  |  | documentation = "https://docs.rs/solana-validator" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [lib] | 
					
						
							|  |  |  | crate-type = ["cdylib", "rlib"] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [dependencies] | 
					
						
							|  |  |  | bs58 = "0.4.0" | 
					
						
							|  |  |  | chrono = { version = "0.4.11", features = ["serde"] } | 
					
						
							| 
									
										
										
										
											2021-10-08 20:06:58 -07:00
										 |  |  | crossbeam-channel = "0.5" | 
					
						
							| 
									
										
										
										
											2021-09-30 14:26:17 -07:00
										 |  |  | log = "0.4.14" | 
					
						
							| 
									
										
										
										
											2021-10-04 10:10:21 -06:00
										 |  |  | postgres = { version = "0.19.2", features = ["with-chrono-0_4"] } | 
					
						
							| 
									
										
										
										
											2021-12-01 09:23:26 -08:00
										 |  |  | postgres-types = { version = "0.2.2", features = ["derive"] } | 
					
						
							| 
									
										
										
										
											2021-12-10 08:47:46 +00:00
										 |  |  | serde = "1.0.131" | 
					
						
							| 
									
										
										
										
											2021-09-30 14:26:17 -07:00
										 |  |  | serde_derive = "1.0.103" | 
					
						
							| 
									
										
										
										
											2021-11-30 18:03:09 +00:00
										 |  |  | serde_json = "1.0.72" | 
					
						
							| 
									
										
										
										
											2021-12-04 01:18:04 -07:00
										 |  |  | solana-accountsdb-plugin-interface = { path = "../accountsdb-plugin-interface", version = "=1.10.0" } | 
					
						
							|  |  |  | solana-logger = { path = "../logger", version = "=1.10.0" } | 
					
						
							|  |  |  | solana-measure = { path = "../measure", version = "=1.10.0" } | 
					
						
							|  |  |  | solana-metrics = { path = "../metrics", version = "=1.10.0" } | 
					
						
							|  |  |  | solana-runtime = { path = "../runtime", version = "=1.10.0" } | 
					
						
							|  |  |  | solana-sdk = { path = "../sdk", version = "=1.10.0" } | 
					
						
							|  |  |  | solana-transaction-status = { path = "../transaction-status", version = "=1.10.0" } | 
					
						
							| 
									
										
										
										
											2021-10-11 09:46:33 -06:00
										 |  |  | thiserror = "1.0.30" | 
					
						
							| 
									
										
										
										
											2021-10-25 11:44:41 -06:00
										 |  |  | tokio-postgres = "0.7.4" | 
					
						
							| 
									
										
										
										
											2021-12-01 09:23:26 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | [dev-dependencies] | 
					
						
							| 
									
										
										
										
											2021-12-04 01:18:04 -07:00
										 |  |  | solana-account-decoder = { path = "../account-decoder", version = "=1.10.0" } | 
					
						
							| 
									
										
										
										
											2021-12-01 09:23:26 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-30 14:26:17 -07:00
										 |  |  | [package.metadata.docs.rs] | 
					
						
							|  |  |  | targets = ["x86_64-unknown-linux-gnu"] |