# 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 = "inventor_parameters" version = "0.1.1" authors = ["Michael Angeles Michael.Angeles@nuntius.us"] description = """ A helper library to generate Autodesk compatible parameter files. This library will be capable of creating a single, or multiple parameter files. While you can't automate the connection of Autodesk Inventor models directly, this library allows you to take your simulations and write parameter files from them!""" readme = "README.md" keywords = [ "autodesk", "parameters", "model", "simulation", ] license = "MIT" license-file = "LICENSE.txt" repository = "https://github.com/MeechaelA/inventor_parameters" [dependencies.csv] version = "1.3.0" [dependencies.rust_xlsxwriter] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"]