obelix 0.1.0

Obélix is a tool to reduce Rust source files to produce MCVE
Documentation
[package]
name = "obelix"
version = "0.1.0"
authors = ["Martin Carton <cartonmartin@gmail.com>"]
edition = "2018"

categories = ["development-tools"]
description = "Obélix is a tool to reduce Rust source files to produce MCVE"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/mcarton/obelix/-/edit/master/"

[dependencies]
regex = "1.3.9"
once_cell = "1.4.0"
proc-macro2 = { version = "1.0.18", features = ["span-locations"] }
quote = "1.0.7"
serde = { version = "1.0.111", features = ["derive"] }
serde_json = "1.0.55"

[dependencies.syn]
version = "1.0.31"
default-features = false
features = ["extra-traits", "fold", "full", "parsing", "printing"]

[badges]
gitlab = { repository = "mcarton/obelix" }