# 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 = "wxf-converter" version = "0.3.2" authors = ["Aster <192607617@qq.com>"] description = "Transform yaml, json, pkl files to wolfram" documentation = "https://docs.rs/wolfram_wxf" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/wolfram-exchange" [[bin]] name = "wex" path = "src/main.rs" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.wolfram_wxf] version = "0.6.3" features = ["json", "pickle", "yaml", "toml"] default-features = false