# 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 = "mysql_async_support_model" version = "0.3.0" authors = ["Azriel Hoh "] description = "Supporting types for interacting with mysql databases." documentation = "https://docs.rs/mysql_async_support_model" readme = "../..//README.md" keywords = ["mysql", "ssh", "async"] license = "MIT OR Apache-2.0" repository = "https://github.com/azriel91/mysql_async_support" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.indexmap] version = "1.6.2" features = ["serde-1"] [dependencies.mysql_async] version = "0.27.1" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.ssh_jumper] version = "0.2.0" [dev-dependencies.serde_json] version = "1.0.64"