mirror of
https://github.com/danog/strum.git
synced 2024-12-04 02:17:56 +01:00
970b5cec40
* Updating the README * Did lots of updates for the documentation * Improving formatting in a few places * Consolidated docs to make it easier to keep up to date * Updating workspace * Revved version in docs
23 lines
570 B
TOML
23 lines
570 B
TOML
[package]
|
|
name = "strum_tests_rename"
|
|
version = "0.15.0"
|
|
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
|
|
|
|
[dependencies]
|
|
strum = { path = "../strum" }
|
|
|
|
[dependencies.strum_macros]
|
|
path = "../strum_macros"
|
|
features = [
|
|
"verbose-enumcount-name",
|
|
"verbose-enumstring-name",
|
|
"verbose-asrefstr-name",
|
|
"verbose-asstaticstr-name",
|
|
"verbose-intostaticstr-name",
|
|
"verbose-tostring-name",
|
|
"verbose-display-name",
|
|
"verbose-enumiter-name",
|
|
"verbose-enummessage-name",
|
|
"verbose-enumproperty-name",
|
|
"verbose-enumdiscriminants-name"
|
|
] |