lib_defs/kloud/Cargo.toml

33 lines
831 B
TOML

[package]
name = "kloud"
version = "0.1.0"
authors = ["JesusPerez <jpl@jesusperez.pro>"]
edition = "2018"
publish = false
[dependencies]
anyhow = "1.0.40"
async-graphql = "2.8.4"
# base64 = "0.13.0"
envmnt = "0.9.0"
# rand = "0.8.3"
parking_lot = "0.11.1"
json = "0.12.4"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0.125"
serde_json = "1.0.64"
serde_yaml = "0.8.17"
tempfile = "3.2.0"
toml = "0.5.8"
uuid = { version = "0.8", features = ["serde", "v4"] }
app_tools = { version = "0.1.0", path = "../../utils/app_tools" }
app_env = { version = "0.1.0", path = "../app_env" }
kloud_entries_macro_derive = { path = "../../macros/kloud_entries_macro_derive" }
[dev-dependencies]
envmnt = "0.9.0"
pretty_assertions = "0.7.2"
lib_tests = { version = "0.1.0", path = "../../lib_tests" }
# test-case = "1.1.0"