# 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 = "bert_create_pretraining" version = "0.1.3" authors = ["Yiğit Bekir Kaya "] description = "This crate is a Rust port of Google's BERT create pretraining data." readme = "README.md" license-file = "LICENSE" [dependencies.anyhow] version = "1.0.69" [dependencies.bert_tokenizer] version = "0.1.3" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde] version = "1.0.152" [dependencies.tfrecord] version = "0.14.0" features = [ "with-serde", "async", ] [dependencies.unicode-normalization] version = "0.1.22" [dependencies.unicode_categories] version = "0.1.1"