# 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 = "nwn_nasher_types" version = "0.3.1" authors = ["Urothis#4019"] exclude = ["assets"] description = "A library to parse and de/serialize the files from the nwn community tool, nasher" homepage = "https://github.com/urothis/rs_nwn_nasher_types" readme = "README.md" keywords = [ "library", "nwn", "nwnee", "json", "nasher", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/urothis/rs_nwn_nasher_types" [dependencies.rust_decimal] version = "1.29" features = ["serde-float"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.git2] version = "0.17.1" [dev-dependencies.termdiff] version = "3.1.2"