# 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]
edition = "2018"
name = "valor-native"
version = "0.3.4"
authors = ["Daniel Olano <daniel@olanod.com>"]
description = "Valor native runtime to run on the server side"
license = "GPL-3.0-or-later"
repository = "https://github.com/valibre-org/valor"

[[bin]]
name = "valor"
path = "src/main.rs"
[dependencies.async-std]
version = "1.7.0"
features = ["attributes"]

[dependencies.femme]
version = "2.1.1"

[dependencies.kv-log-macro]
version = "1.0.7"

[dependencies.libloading]
version = "0.6.5"

[dependencies.tide]
version = "0.15.0"

[dependencies.uuid]
version = "0.8.1"
features = ["v4"]

[dependencies.valor]
version = "0.3.4"
features = ["native"]
package = "valor-lib"