[package] name = "crostab" description = "crostab and table for cross-tablular analysis" keywords = ["crostab", "table", "pivot", "cross-section"] version = "0.0.2" authors = ["Hoyeung "] readme = "README.md" license = "MIT" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] veho = ">=0.0.17" [dev-dependencies] spare = ">=0.0.1" num = ">=0.4.0" # The core APIs, including the Serialize and Deserialize traits. Always # required when using Serde. The "derive" feature is only required when # using #[derive(Serialize, Deserialize)] to make Serde work with structs # and enums defined in your crate. serde = { version = ">=1.0.0", features = ["derive"] } # Each data format lives in its own crate; the sample code below uses JSON # but you may be using a different one. serde_json = ">=1.0.0"