# 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 = "algorithms-rs" version = "0.1.11" authors = ["davirain "] description = """ Implementation of The Introduction to Algorithms Thrid Edition By Rust programming Language """ homepage = "https://docs.rs/algorithms-rs" documentation = "https://docs.rs/algorithms-rs" readme = "README.md" keywords = [ "alogrithms", "no-std", "intro-to-algorithms", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/DaviRain-Su/algorithms-rs" resolver = "1" [dependencies.anyhow] version = "1.0.60" default-features = false [dependencies.libm] version = "0.2.5" [dependencies.log] version = "0.4.17" default-features = false [dependencies.num-traits] version = "0.2.15" [dependencies.sha2] version = "0.10" default-features = false [dev-dependencies.hex-literal] version = "0.3.4" [dev-dependencies.rs_merkle] version = "1.2.0" [features] default = ["std"] std = [ "anyhow/std", "log/std", "sha2/std", ]