# 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 = "rishyhll" version = "0.1.1" exclude = [ "src/.ipynb_checkpoints/*", "src/datasets/*", ".ipynb_checkpoints/*", "CS511-Extra-Credit-Project-Document-1.pdf", "Untitled1.ipynb", "ec_p1_data.py", ] description = "HyperLogLog version created by Rishy Rane for CS 511. If the crate is used by anyone else for cs511 do know that the policies of UIUC will mark you for plagairism, thus please refrain from doing the same." readme = "README.md" license = "MPL-2.0" repository = "https://github.com/rishysr2/cs511-fa22-EP.git" [dependencies.serde] version = "1.0" features = ["derive"]