65 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "plume-models"
 | |
| version = "0.7.1"
 | |
| authors = ["Plume contributors"]
 | |
| edition = "2018"
 | |
| 
 | |
| [dependencies]
 | |
| activitypub = "0.1.1"
 | |
| ammonia = "3.1.2"
 | |
| bcrypt = "0.10.1"
 | |
| guid-create = "0.2"
 | |
| itertools = "0.10.3"
 | |
| lazy_static = "1.0"
 | |
| ldap3 = "0.9.3"
 | |
| migrations_internals= "1.4.0"
 | |
| openssl = "0.10.22"
 | |
| rocket = "0.4.6"
 | |
| rocket_i18n = { git = "https://github.com/Plume-org/rocket_i18n", rev = "e922afa7c366038b3433278c03b1456b346074f2" }
 | |
| reqwest = "0.9"
 | |
| scheduled-thread-pool = "0.2.2"
 | |
| serde = "1.0"
 | |
| serde_derive = "1.0"
 | |
| serde_json = "1.0.70"
 | |
| tantivy = "0.13.3"
 | |
| url = "2.1"
 | |
| walkdir = "2.2"
 | |
| webfinger = "0.4.1"
 | |
| whatlang = "0.13.0"
 | |
| shrinkwraprs = "0.3.0"
 | |
| diesel-derive-newtype = "0.1.2"
 | |
| glob = "0.3.0"
 | |
| lindera-tantivy = { version = "0.7.1", optional = true }
 | |
| tracing = "0.1.30"
 | |
| riker = "0.4.2"
 | |
| once_cell = "1.5.2"
 | |
| lettre = "0.9.6"
 | |
| native-tls = "0.2.8"
 | |
| activitystreams = "0.7.0-alpha.14"
 | |
| 
 | |
| [dependencies.chrono]
 | |
| features = ["serde"]
 | |
| version = "0.4"
 | |
| 
 | |
| [dependencies.diesel]
 | |
| features = ["r2d2", "chrono"]
 | |
| version = "1.4.5"
 | |
| 
 | |
| [dependencies.plume-api]
 | |
| path = "../plume-api"
 | |
| 
 | |
| [dependencies.plume-common]
 | |
| path = "../plume-common"
 | |
| 
 | |
| [dependencies.plume-macro]
 | |
| path = "../plume-macro"
 | |
| 
 | |
| [dev-dependencies]
 | |
| assert-json-diff = "2.0.1"
 | |
| diesel_migrations = "1.3.0"
 | |
| 
 | |
| [features]
 | |
| postgres = ["diesel/postgres", "plume-macro/postgres" ]
 | |
| sqlite = ["diesel/sqlite", "plume-macro/sqlite" ]
 | |
| search-lindera = ["lindera-tantivy"]
 |