# 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 = "2018" name = "mysql_binlog" version = "0.4.0" authors = ["James Brown "] description = "Parser for the MySQL binlog format" homepage = "https://github.com/EasyPost/rust-mysql-binlog" documentation = "https://docs.rs/mysql_binlog" readme = "README.md" license = "ISC" repository = "https://github.com/EasyPost/rust-mysql-binlog" [dependencies.base64] version = "0.13" [dependencies.bigdecimal] version = "^0.3.0" features = ["serde"] [dependencies.byteorder] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1" [dev-dependencies.assert_matches] version = "1"