ilass-cli 2.1.0

Automatic Language-Agnostic Subtitle Synchronization (Command Line Tool)
Documentation
# 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 = "2018"
name = "ilass-cli"
version = "2.1.0"
authors = [
    "kaegi <kaegi.dev@gmail.com>",
    "Sandro Marques <me@sandro.dev>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatic Language-Agnostic Subtitle Synchronization (Command Line Tool)"
documentation = "https://docs.rs/ilass-cli"
readme = "README.md"
keywords = [
    "align",
    "subtitle",
    "automatic",
    "api",
    "tool",
]
license = "GPL-3.0"
repository = "https://github.com/SandroHc/ilass"

[features]
default = ["ffmpeg-binary"]
ffmpeg-binary = ["byteorder"]

[lib]
name = "ilass_cli"
path = "src/lib.rs"

[[bin]]
name = "ilass"
path = "src/main.rs"

[[example]]
name = "generate_statistics_from_database"
path = "examples/generate_statistics_from_database.rs"

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

[dependencies.clap]
version = "2.33.0"

[dependencies.encoding_rs]
version = "0.8.17"

[dependencies.failure]
version = "0.1.5"

[dependencies.ilass]
version = "2.1.0"

[dependencies.libc]
version = "0.2.60"

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

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

[dependencies.serde_json]
version = "1.0.40"

[dependencies.subparse]
version = "0.7.0"

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

[dev-dependencies.ctrlc]
version = "3.1.3"

[dev-dependencies.rand]
version = "0.7.2"

[dev-dependencies.rmp-serde]
version = "0.14.0"

[dev-dependencies.threadpool]
version = "1.7.1"