# 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 = "alass-ffi" version = "0.3.0" authors = ["Weston Siegenthaler "] description = "FFI bindings for subtitle synchronization with alass" homepage = "https://github.com/wsiegenthaler/alass-ffi/tree/master/ffi" readme = "README.md" keywords = ["subtitle", "align", "automatic", "ffi"] license = "GPL-3.0" repository = "https://github.com/wsiegenthaler/alass-ffi" [lib] name = "alass" crate-type = ["staticlib", "cdylib"] doc = false [dependencies.alass-core] version = "2.0.0" [dependencies.alass-ffi-macros] version = "0.3.0" [dependencies.alass-util] version = "0.3.0" [dependencies.chrono] version = "0.4.10" [dependencies.fern] version = "0.6.0" [dependencies.log] version = "0.4.8" [dependencies.subparse] version = "0.7.0" [build-dependencies.cbindgen] version = "^0.20"