# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spacebar" version = "0.3.0-rc1" authors = ["Chad Baxter"] publish = true description = "An anti-plagiarism tool based on null width characters." license-file = "LICENSE.md" repository = "https://www.github.com/LogoiLab/spacebar" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" [dependencies.clap] version = "2.33.0" [dependencies.copypasta] version = "0.6.3" [dependencies.env_logger] version = "0.7.1" [dependencies.log] version = "0.4.8" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.rand] version = "0.7.3" [dependencies.reqwest] version = "0.10.4" features = ["blocking"] [dependencies.rusqlite] version = "0.21.0" [dependencies.spinners] version = "1.2.0"