[package] name = "lldap_model" version = "0.1.0" authors = ["Valentin Tolmer ", "Steve Barrau ", "Thomas Wickham "] edition = "2018" [features] js = [] [dependencies] chrono = "*" serde = "*" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] sqlx = { version = "0.5", features = [ "runtime-actix-native-tls", "any", "sqlite", "mysql", "postgres", "macros" , "chrono"] }