# 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 = "oxidized-mdf" version = "0.2.0" authors = ["Marc Schreiber "] exclude = ["data/*", ".gitlab-ci.yml", ".gitattributes", ".gitignore"] description = "A crate for reading data storage files of MSSQL's MDF files" homepage = "https://gitlab.com/schrieveslaach/oxidized-mdf" keywords = ["mdf", "parser"] license = "GPL-3.0" repository = "https://gitlab.com/schrieveslaach/oxidized-mdf.git" resolver = "2" [dependencies.async-log] version = "2.0" [dependencies.async-std] version = "1.10" [dependencies.bitvec] version = "0.22" [dependencies.byteorder] version = "1.4" [dependencies.chrono] version = "0.4" [dependencies.encoding_rs] version = "0.8" [dependencies.futures-lite] version = "1.11" [dependencies.log] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.rust_decimal] version = "1.17" [dependencies.uuid] version = "0.8" [dev-dependencies.async-std] version = "1.9" features = ["attributes"] [dev-dependencies.femme] version = "2.1" [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.prettytable-rs] version = "0.8" [dev-dependencies.rstest] version = "0.11" [dev-dependencies.structopt] version = "0.3"