# 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 = "subtitles" version = "0.2.0" authors = ["progga"] description = "A command line programme to generate SRT format subtitles for use in video players." homepage = "https://subtitles.codesetter.com" readme = "README.md" keywords = [ "closed-caption", "subtitle", "srt", ] categories = [ "command-line-utilities", "text-processing", "wasm", ] license = "BSD-2-Clause" repository = "https://github.com/progga/subtitles" [profile.release] opt-level = "s" lto = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.clap] version = "2.33.3" [dependencies.csv] version = "1.1" [dependencies.js-sys] version = "0.3" [dependencies.unicode-segmentation] version = "1.7.0" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.2"