# 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 = "fliters" version = "0.1.7" exclude = [ "extern/flite/doc/*", "extern/flite/tools/*", "extern/flite/sapi/*", "extern/flite/testsuite/*", "extern/flite/wince/*", "extern/flite/windows/*", "extern/flite/config*", "extern/flite/main/*", "extern/flite/lang/cmu_grapheme_lang", "extern/flite/lang/cmu_indic_lex", "extern/flite/lang/cmu_us_rms", "extern/flite/lang/cmu_us_kal", "extern/flite/lang/cmu_time_awb", "extern/flite/lang/cmu_us_kal16", "extern/flite/lang/cmulex/make*", "extern/flite/lang/cmulex/lib*", "extern/flite/lang/cmu_us_awb", "extern/flite/lang/usenglish/lib*", "extern/flite/lang/usenglish/make*", "extern/flite/lang/cmu_grapheme_lex", "extern/flite/lang/cmu_indic_lang", ] description = "basic rust bindings for flite c library" readme = "README.md" license = "MIT" [dependencies.cstr] version = "0.2.11" [dependencies.hound] version = "3.5" [dependencies.rodio] version = "0.17.1" features = ["wav"] default_features = false [build-dependencies.cc] version = "1.0.83"