[dependencies.anyhow]
features = ["backtrace"]
version = "1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.memmap]
version = "0.7"
[dependencies.reqwest]
default-features = false
features = ["blocking", "json", "rustls-tls"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tangram_core]
version = "0.7.0"
[dependencies.tangram_macro]
version = "0.7.0"
[dependencies.tangram_model]
version = "0.7.0"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1"
[dependencies.url]
features = ["serde"]
version = "2"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[features]
default = []
tokio_1 = ["tokio"]
[lib]
path = "lib.rs"
[package]
authors = ["Tangram <root@tangram.dev"]
description = "Make predictions with a Tangram model from your Rust app. Learn more at https://www.tangram.dev/."
documentation = "https://docs.rs/tangram"
edition = "2018"
homepage = "https://github.com/tangramdotdev/tangram"
license = "MIT"
name = "tangram"
publish = true
repository = "https://github.com/tangramdotdev/tangram"
resolver = "2"
version = "0.7.0"