[package] name = "localnative_core" description = "localnative core lib" homepage = "https://localnative.app" authors = ["Yi Wang"] version = "0.3.7" license = "AGPL-3.0" [dependencies.rusqlite] version = "0.16.0" features = ["bundled"] [target.'cfg(target_os="android")'.dependencies] jni = { version = "0.10.2", default-features = false } [dependencies] linked_hash_set = "0.1.3" regex = "1.1.0" time = "0.1.41" serde = "1.0.82" serde_derive = "1.0.82" serde_json = "1.0.33" dirs = "1.0.4" base64 = "0.10.1" rustc-serialize = "0.3.24" [lib] name = "localnative_core" # crate-type = ["lib"] crate-type = ["staticlib","lib","dylib"]