[dependencies.simple_tables-core]
version = "0.1.1"
[dependencies.simple_tables-derive]
version = "0.1.1"
[dev-dependencies.trybuild]
version = "1.0.54"
[package]
authors = ["Jonas Everaert <jonas.vbs4@gmail.com>"]
categories = ["data-structures", "visualization"]
description = "An easy to use rust crate for creating table structures. Including macros for easily creating these table structures."
documentation = "https://jomy10.github.io/simple_tables/simple_tables/index.html"
edition = "2021"
homepage = "https://github.com/Jomy10/simple_tables"
keywords = ["tables", "table", "macros", "macro", "proc_macro"]
license = "MIT OR Apache-2.0"
name = "simple_tables"
readme = "README.md"
repository = "https://github.com/Jomy10/simple_tables"
resolver = "2"
version = "0.1.1"