obelix 0.1.0

Obélix is a tool to reduce Rust source files to produce MCVE
Documentation
[badges.gitlab]
repository = "mcarton/obelix"
[dependencies.once_cell]
version = "1.4.0"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.18"

[dependencies.quote]
version = "1.0.7"

[dependencies.regex]
version = "1.3.9"

[dependencies.serde]
features = ["derive"]
version = "1.0.111"

[dependencies.serde_json]
version = "1.0.55"

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

[package]
authors = ["Martin Carton <cartonmartin@gmail.com>"]
categories = ["development-tools"]
description = "Obélix is a tool to reduce Rust source files to produce MCVE"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "obelix"
readme = "README.md"
repository = "https://gitlab.com/mcarton/obelix/-/edit/master/"
version = "0.1.0"