# 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 = "2018" name = "flatvec" version = "0.3.0" authors = ["Ben Kimock "] exclude = [".gitignore", ".github/*"] description = "An indirection-collapsing container that stores all its elements in at most 2 allocations\n" license = "MIT OR Apache-2.0" repository = "https://github.com/saethlin/flatvec" [profile.release] codegen-units = 1 debug = 2 [dependencies.tinyvec] version = "1.5" features = ["alloc", "rustc_1_55"] [dev-dependencies.libflate] version = "1.0"