# 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 = "arenavec" version = "0.1.1" authors = ["Inokentiy Babushkin "] description = "An arena backed implementation of vectors and related types." homepage = "https://github.com/ibabushkin/arenavec" readme = "README.md" keywords = ["arena", "data-structures", "vec", "allocation"] categories = ["algorithms", "data-structures", "memory-management"] license = "MIT" repository = "https://github.com/ibabushkin/arenavec" [dependencies.serde] version = "1.0.80" optional = true [dev-dependencies.proptest] version = "0.9.3" [target."cfg(unix)".dependencies.libc] version = "0.2.44" [target."cfg(windows)".dependencies.winapi] version = "0.3.7" features = ["basetsd", "memoryapi", "minwindef", "sysinfoapi", "winnt"] [badges.coveralls] repository = "ibabushkin/arenavec" [badges.travis-ci] repository = "ibabushkin/arenavec"