# 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 = "meminterval" version = "0.4.1" authors = ["Andrea Fioraldi "] description = "A simple interval-tree in Rust made to store memory mappings" documentation = "https://docs.rs/meminterval" readme = "README.md" keywords = [ "tree", "data-structure", "algorithm", ] categories = [ "data-structures", "algorithms", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andreafioraldi/meminterval" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] optional = true default-features = false [features] serde = ["dep:serde"]