# 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 = "vrc-mpv" version = "0.1.0" authors = ["Shayne Hartford "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Play and sync VRChat videos in MPV" homepage = "https://git.shaybox.com/vrc-mpv" readme = "README.md" keywords = [ "VRChat", "MPV", ] categories = [ "filesystem", "games", ] license = "MIT" repository = "https://github.com/ShayBox/VRC-MPV" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "vrc_mpv" path = "src/lib.rs" [[bin]] name = "vrc-mpv" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.crossbeam] version = "0.8" [dependencies.lazy-regex] version = "3" [dependencies.mpvipc] version = "1" [dependencies.notify] version = "6" [lints.clippy] multiple_crate_versions = "allow" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1