# 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 = "mysqlbinlog-network" version = "1.0.9" authors = ["jiuker "] description = "mysqlbinlog from MySQL instance" documentation = "https://docs.rs/mysqlbinlog-network" keywords = ["binlog", "mysql"] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/jiuker/mysqlbinlog_network" [lib] name = "mysqlbinlog_network" path = "src/lib.rs" [dependencies.base64] version = "0.12.3" [dependencies.bigdecimal] version = "0.1.2" [dependencies.byteorder] version = "1.3.4" [dependencies.mysql] version = "20.1.0" [dependencies.serde] version = "1.0.126" [dependencies.serde_derive] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.sys-info] version = "0.7.0" [dependencies.thiserror] version = "1.0.25" [dependencies.uuid] version = "0.8.2" [dev-dependencies.assert_matches] version = "1"