# 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 = "datagen-rs-openaddresses-plugin" version = "0.1.0" description = "A plugin for datagen-rs providing support for the openaddresses.io data format" readme = "README.md" license = "MIT" repository = "https://github.com/MarkusJx/datagen" [lib] name = "openaddresses_plugin" crate-type = ["dylib"] [dependencies.datagen-rs] version = "0.1.0" features = ["map-schema"] [dependencies.indexmap] version = "2.0.0" features = ["serde"] [dependencies.log] version = "0.4" optional = true [dependencies.log4rs] version = "1.2" optional = true [dependencies.rand] version = "0.8" [dependencies.rusqlite] version = "0.29" features = [ "serde_json", "bundled", ] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [features] log = [ "dep:log", "dep:log4rs", ] sqlite = ["dep:rusqlite"]