obelix 0.2.0

Obélix is a tool to reduce Rust source files to produce MVEs
Documentation
[[bin]]
name = "obelix"
required-features = ["bin"]
[badges.gitlab]
repository = "mcarton/obelix"
[dependencies.anyhow]
optional = true
version = "1.0"

[dependencies.clap]
optional = true
version = "2.33"

[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"

[features]
bin = ["anyhow", "clap"]
default = ["bin"]

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