# 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 = "rust_black_tree" version = "0.1.5" authors = ["Jacob R", "Arun Woosaree ", "Alexander Rostron"] exclude = ["report/*", "*.pdf", "*.mp4"] description = "Please don't use this in something serious lol" documentation = "https://docs.rs/rust_black_tree/" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Arunscape/ECE421-GroupProject1/tree/master/rust_black_tree" [package.metadata.docs.rs] [lib] name = "rust_black_trees" path = "src/lib.rs" [[bin]] name = "demo" path = "src/main.rs" [[bench]] name = "my_benchmark" harness = false [dependencies.isatty] version = "0.1" [dependencies.nom] version = "5.1.1" [dependencies.rustyline] version = "6.0.0" [dependencies.term_size] version = "0.3.1" [dev-dependencies.criterion] version = "0.3"