# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "aligner" version = "0.1.6" authors = ["kaegi "] description = "Automatically corrects subtitle timings given a second correct subtitle" documentation = "https://docs.rs/aligner" readme = "README.md" keywords = ["subtitle", "aligner", "automatic", "api", "tool"] license = "GPL-3.0" repository = "https://github.com/kaegi/aligner" [[bin]] name = "aligner" doc = false [dependencies.arrayvec] version = "0.4.0" [dependencies.error-chain] version = "~0.10.0" [dependencies.pbr] version = "1.0.0-alpha.2" [dependencies.clap] version = "2.22.2" [dependencies.encoding] version = "0.2.33" [dependencies.subparse] version = "0.3.0" [dev-dependencies.rand] version = "0.3"