# 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 = "bipf-rs" version = "0.1.1" description = "A Rust port of https://github.com/ssbc/bipf" homepage = "https://github.com/jerive/bipf-rs" license = "MIT" repository = "https://github.com/jerive/bipf-rs.git" resolver = "2" [[bench]] name = "my_benchmark" harness = false [dependencies.either] version = "1.6" [dependencies.indexmap] version = "1.7" [dependencies.integer-encoding] version = "3.0" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]