# 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 = "odm-migration-utility" version = "0.0.19" description = "OpenRetail Data Migrator Utility" readme = "README.md" license = "MIT" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.2.1" features = ["cargo"] optional = true [dependencies.csv] version = "1.1" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.js-sys] version = "0.3.64" optional = true [dependencies.open-stock] version = "0.1.20" features = ["types"] [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.strsim] version = "0.8.0" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.uuid] version = "1.3.1" [dependencies.vfs] version = "0.9.0" optional = true [dependencies.wasm-bindgen] version = "0.2.84" optional = true [dependencies.web-sys] version = "0.3.64" features = [ "File", "FileReader", "FileSystem", "FileSystemDirectoryHandle", "FileSystemDirectoryReader", ] optional = true [features] cli = ["clap"] default = ["cli"] wasm = [ "wasm-bindgen", "web-sys", "vfs", "js-sys", ]