# 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 = "mupen64-movie-parser" version = "2.0.0" authors = ["yuu0141 "] description = "A parser for Mupen64-rerecording movie files" keywords = ["mupen64", "TAS", "parser", "m64"] categories = ["parsing"] license = "MIT" repository = "https://github.com/Eddio0141/mupen64-movie-parser" resolver = "2" [dependencies.arrayvec] version = "0.7.2" [dependencies.chrono] version = "0.4.19" [dependencies.nom] version = "7.1.1" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0.30"