# 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] name = "database_exporter" version = "0.1.4" authors = ["Amila Welihinda "] description = "Export any database to any format\n" homepage = "https://github.com/amilajack/database_exporter" documentation = "https://docs.rs/database_exporter" readme = "README.md" keywords = ["database", "export", "json", "csv"] categories = ["databases"] license = "MIT" repository = "https://github.com/amilajack/database_exporter" [lib] name = "database_exporter" [dependencies.csv] version = "1.0.0-beta.5" [dependencies.fake] version = "1.2.1" [dependencies.rusqlite] version = "0.13.0" [dependencies.serde_json] version = "1.0" [badges.appveyor] repository = "amilajack/database_exporter" [badges.travis-ci] repository = "amilajack/database_exporter"