localnative_core 0.3.7

localnative core lib
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "localnative_core"
version = "0.3.7"
authors = ["Yi Wang"]
description = "localnative core lib"
homepage = "https://localnative.app"
license = "AGPL-3.0"

[lib]
name = "localnative_core"
crate-type = ["staticlib", "lib", "dylib"]
[dependencies.base64]
version = "0.10.1"

[dependencies.dirs]
version = "1.0.4"

[dependencies.linked_hash_set]
version = "0.1.3"

[dependencies.regex]
version = "1.1.0"

[dependencies.rusqlite]
version = "0.16.0"
features = ["bundled"]

[dependencies.rustc-serialize]
version = "0.3.24"

[dependencies.serde]
version = "1.0.82"

[dependencies.serde_derive]
version = "1.0.82"

[dependencies.serde_json]
version = "1.0.33"

[dependencies.time]
version = "0.1.41"
[target."cfg(target_os=\"android\")".dependencies.jni]
version = "0.10.2"
default-features = false