# 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 = "rusty_algo" version = "0.2.0" authors = ["Lucas Vieira dos Santos "] description = "Implementations of algorithms from 'Introduction to Algorithms' by Cormen et al." readme = "README.md" keywords = [ "algorithms", "data-structures", "rust", ] categories = [ "algorithms", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/iamlucasvieira/rusty_algo" [lib] name = "rusty_algo" [[bench]] name = "bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1"