# 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 = "visualize-sqlite" version = "2.0.0" description = "A simple way to draw a diagram from an sqlite database" readme = "ReadMe.md" keywords = [ "sqlite", "graphviz", "dot", "svg", ] license = "MIT" repository = "https://github.com/PaulAvery/visualize-sqlite" [dependencies.diesel] version = "2.0.0" features = ["sqlite"] [dependencies.eyre] version = "0.6.5"