# 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_fetcher" version = "0.1.3" authors = ["Rohit Joshi "] description = "Fetch data from mysql periodically" keywords = ["mysql", "util"] license-file = "LICENSE" [profile.release] opt-level = 3 lto = true codegen-units = 1 incremental = false [dependencies.log] version = "0.3" features = ["max_level_trace", "release_max_level_info"] [dependencies.mysql] version = "12.1.0" [dependencies.serde] version = "1.0.27" [dependencies.serde_derive] version = "1.0.27" [dependencies.serde_json] version = "1.0.36" [badges.codecov] branch = "master" repository = "https://github.com/rohitjoshi/mysql_fetcher" service = "github" [badges.travis-ci] branch = "master" repository = "https://github.com/rohitjoshi/mysql_fetcher"