lxmd 0.1.3

LXMF propagation daemon
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "lxmd"
version = "0.1.3"
authors = ["lxmf-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LXMF propagation daemon"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/lelloman/lxmf-rs"

[features]
android-logger = ["dep:android_logger"]
default = ["init-logger"]
init-logger = ["dep:env_logger"]

[[bin]]
name = "lxmd"
path = "src/main.rs"

[dependencies.env_logger]
version = "0.11"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.lxmf-core]
version = "0.1.3"

[dependencies.lxmf-rs]
version = "0.1.3"

[dependencies.rns-core]
version = "0.1.3"
features = ["std"]
default-features = false

[dependencies.rns-crypto]
version = "0.1.3"
features = ["std"]
default-features = false

[dependencies.rns-net]
version = "0.2.6"

[target.'cfg(target_os = "android")'.dependencies.android_logger]
version = "0.13"
optional = true