# 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 = "mongo_sync" version = "0.1.0" authors = ["WindSoilder "] exclude = ["tests/*"] description = "instant coding answers via the command line(just like howdoi)" documentation = "https://github.com/WindSoilder/mongo_sync/blob/master/README.md" readme = "./README.md" keywords = ["mongodb", "database", "nosql", "mongo"] categories = ["command-line-utilities", "concurrency"] license = "GPL-3.0" repository = "https://github.com/WindSoilder/mongo_sync" [dependencies.bson] version = "2.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.crossbeam] version = "0.8" [dependencies.mongodb] version = "2.0" features = ["sync"] default-features = false [dependencies.num_cpus] version = "1.13.0" [dependencies.rayon] version = "1.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.uuid] version = "0.8.2"