# 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 = "cratesio-dbdump-lookup" version = "0.1.1" authors = ["Alyssa Awoo ", "Mikkel Rasmussen "] description = "utility trait for rusqlite connection for working with crates.io dbdump data" documentation = "http://docs.rs/cratesio-dbdump-lookup" readme = "README.md" keywords = ["crates", "sqlite"] license = "MIT" repository = "https://github.com/alyti/cratesio-dbdump-lookup" [dependencies.rusqlite] version = "0.25.1" features = ["bundled", "csvtab"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.19" [dependencies.tracing] version = "0.1.13" optional = true [dev-dependencies.color-eyre] version = "0.5" [dev-dependencies.cratesio-dbdump-csvtab] version = "0.2.2" [dev-dependencies.tracing-error] version = "0.1.2" [dev-dependencies.tracing-subscriber] version = "0.2.5" [features] default = ["trace"] trace = ["tracing"]