mlmd 0.2.1

A Rust implementation of ml-metadata
Documentation
[badges.coveralls]
repository = "sile/mlmd"
[dependencies.anyhow]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.sqlx]
features = ["any", "mysql", "sqlite"]
version = "0.5"

[dependencies.thiserror]
version = "1"
[dev-dependencies.env_logger]
version = "0.8"

[dev-dependencies.structopt]
version = "0.3"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
features = ["macros"]
version = "1"

[features]
default = ["runtime-tokio-native-tls"]
runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls"]
runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"]

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "A Rust implementation of ml-metadata"
edition = "2018"
homepage = "https://github.com/sile/mlmd"
license = "MIT"
name = "mlmd"
readme = "README.md"
repository = "https://github.com/sile/mlmd"
version = "0.2.1"