57 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "entity"
 | |
| version = "0.1.0"
 | |
| edition = "2021"
 | |
| 
 | |
| [dependencies]
 | |
| libpso = { workspace = true }
 | |
| maps = { workspace = true }
 | |
| chrono = { workspace = true }
 | |
| anyhow = { workspace = true }
 | |
| async-std = { workspace = true }
 | |
| sqlx = { workspace = true }
 | |
| thiserror = { workspace = true }
 | |
| serde = { workspace = true }
 | |
| async-trait = { workspace = true }
 | |
| enum-utils = { workspace = true }
 | |
| derive_more = { workspace = true }
 | |
| refinery = { workspace = true }
 | |
| lazy_static = { workspace = true }
 | |
| futures = { workspace = true }
 | |
| strum = { workspace = true }
 | |
| strum_macros = { workspace = true }
 | |
| toml = { workspace = true }
 | |
| 
 | |
| 
 | |
| #libpso = { git = "http://git.sharnoth.com/jake/libpso" }
 | |
| #async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
 | |
| #futures = "0.3.5"
 | |
| #rand = "0.7.3"
 | |
| #rand_chacha = "0.2.2"
 | |
| #crc = "^1.0.0"
 | |
| #bcrypt = "0.10"
 | |
| #chrono = "0.4.11"
 | |
| #serde = "*"
 | |
| #serde_json = "*"
 | |
| #ron = "*"
 | |
| #toml = "*"
 | |
| #log = "*"
 | |
| #fern = { version = "0.5", features = ["colored"] }
 | |
| #byteorder = "1"
 | |
| #enum-utils = "0.1.2"
 | |
| #derive_more = { version = "0.99.3", features = ["display"]}
 | |
| #thiserror = "1.0.37"
 | |
| #ages-prs = "0.1"
 | |
| #async-trait = "0.1.51"
 | |
| #async-recursion= "1.0.0"
 | |
| #lazy_static = "1.4.0"
 | |
| #barrel = { version = "0.6.5", features = ["pg"] }
 | |
| #refinery = { version = "0.5.0", features = ["postgres"] }
 | |
| #sqlx = { version = "0.6.2", features = ["runtime-async-std-native-tls", "postgres", "json", "chrono"] }
 | |
| #strum = "0.19.5"
 | |
| #strum_macros = "0.19"
 | |
| #anyhow = { version = "1.0.68", features = ["backtrace"] }
 | |
| 
 | |
| #[lib]
 | |
| #name = "entity"
 | |
| #path = "lib.rs" |