# 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 = "2021" name = "goodreads" version = "0.1.1" authors = ["Jared Forth "] description = "A crate for deserializing a Goodreads library export" homepage = "https://github.com/jaredforth/goodreads" documentation = "https://docs.rs/goodreads" readme = "README.md" keywords = [ "csv", "goodreads", "goodreads-data", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/jaredforth/goodreads.git" [dependencies.csv] version = "1.1" [dependencies.serde] version = "1" features = ["derive"]