# 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 = "mlmd" version = "0.3.0" authors = ["Takeru Ohta "] description = "A Rust implementation of ml-metadata" homepage = "https://github.com/sile/mlmd" readme = "README.md" license = "MIT" repository = "https://github.com/sile/mlmd" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.futures] version = "0.3" [dependencies.sqlx] version = "0.5" features = ["any", "mysql", "sqlite"] [dependencies.thiserror] version = "1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = ["macros"] [features] default = ["runtime-tokio-native-tls"] runtime-actix-native-tls = ["sqlx/runtime-actix-native-tls"] runtime-actix-rustls = ["sqlx/runtime-actix-rustls"] runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"] [badges.coveralls] repository = "sile/mlmd"