cfg_feature_groups 0.1.1

Build helper for defining feature groups
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cfg_feature_groups"
version = "0.1.1"
authors = ["Roma Sokolov <sokolov.r.v@gmail.com>"]
edition = "2018"
description = "Build helper for defining feature groups"
keywords = ["build-rs", "build", "compilation", "cfg"]
license = "MIT"
readme = "Readme.md"
repository = "https://github.com/little-arhat/cfg-feature-groups"

[badges]
travis-ci = { repository = "little-arhat/cfg-feature-groups" }

[dependencies]
toml = "0.5.0"