# 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 = "funscript" version = "0.5.3" description = "A simple .funscript file format parser written in Rust" readme = "README.md" categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/JPTomorrow/funscript-rs" [lib] name = "funscript" path = "src/funscript.rs" [dependencies.mint] version = "0.5.9" [dependencies.ramer_douglas_peucker] version = "0.2.2" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.92" [dependencies.thiserror] version = "1.0.38"