# 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 = "factordb" version = "0.3.0" description = "Rust wrapper for FactorDB API" homepage = "https://github.com/megascrapper/factordb-rust" readme = "README.md" keywords = [ "factordb", "prime-numbers", "factorization", ] categories = [ "api-bindings", "mathematics", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/megascrapper/factordb-rust" [package.metadata.docs.rs] all-features = true [[bin]] name = "factordb" required-features = ["cli"] [dependencies.clap] version = "4.4.18" features = ["derive"] optional = true [dependencies.env_logger] version = "0.11.1" optional = true [dependencies.human-panic] version = "1.2.3" optional = true [dependencies.log] version = "0.4.20" [dependencies.num-bigint] version = "0.4.3" features = ["serde"] [dependencies.reqwest] version = "0.11.10" features = ["json"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] [features] blocking = ["reqwest/blocking"] cli = [ "clap", "env_logger", "human-panic", "blocking", ]