alass-cli 1.0.0

Automatic Language-Agnostic Subtitle Synchronization (Command Line Tool)
# 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]
edition = "2018"
name = "alass-cli"
version = "1.0.0"
authors = ["kaegi <kaegi.dev@gmail.com>"]
description = "Automatic Language-Agnostic Subtitle Synchronization (Command Line Tool)"
documentation = "https://docs.rs/alass-cli"
readme = "../README.md"
keywords = ["align", "subtitle", "automatic", "api", "tool"]
license = "GPL-3.0"
repository = "https://github.com/kaegi/alass"
[dependencies.alass-core]
version = "1.0.0"

[dependencies.byteorder]
version = "1.3.2"
optional = true

[dependencies.clap]
version = "2.33.0"

[dependencies.encoding_rs]
version = "0.8.17"

[dependencies.env_logger]
version = "0.6.2"

[dependencies.failure]
version = "0.1.5"

[dependencies.libc]
version = "0.2.60"

[dependencies.log]
version = "0.4.8"

[dependencies.pbr]
version = "1.0.0-alpha.2"

[dependencies.serde]
version = "1.0.98"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.40"

[dependencies.subparse]
version = "0.6.0"

[dependencies.webrtc-vad]
version = "0.1.0"

[features]
default = ["ffmpeg-binary"]
ffmpeg-binary = ["byteorder"]
statistics = ["alass-core/statistics"]