# 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 = "lrcat-extractor" version = "0.4.1" authors = ["Hubert Figuière "] description = "Extract data from Adobe Lightroom™ catalogs." documentation = "https://docs.rs/lrcat-extractor/" readme = "README" license = "MPL-2.0" repository = "https://github.com/hfiguiere/lrcat-extractor" [lib] name = "lrcat" [[bin]] name = "dumper" required-features = ["binaries"] [dependencies.chrono] version = "0.4.0" [dependencies.docopt] version = "1.1.1" optional = true [dependencies.peg] version = "0.8.1" [dependencies.rusqlite] version = "0.29.0" [dependencies.serde] version = "1.0.188" features = ["derive"] optional = true [features] binaries = [ "docopt", "serde", ]