# 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 = "ensf594-project-mmap" version = "0.5.0" description = "Final project for the ENSF 594 course of the University of Calgary, summer 2022" license = "AGPL-3.0-only" resolver = "2" [lib] name = "project" [dependencies] [dev-dependencies.clap] version = "3" features = [ "derive", "std", "color", ] default-features = false [dev-dependencies.rand] version = "0" features = [ "getrandom", "std", "std_rng", ] default-features = false