# 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] name = "column" version = "0.0.1" authors = ["Moritz Hoffmann "] publish = true description = "Columnar data format in memory" homepage = "https://github.com/antiguru/column-rs" license = "MIT OR Apache-2.0" repository = "https://github.com/antiguru/column-rs.git" [profile.bench] debug = true [profile.release] debug = true [[example]] name = "columnar" [dependencies.column_derive] version = "0.0.1" [features] verbose = ["column_derive/verbose"] default = []