-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up README and only integrate README docs when std feature is set
- Loading branch information
1 parent
bbc4361
commit 2423bb4
Showing
3 changed files
with
20 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "typed-path" | ||
description = "Provides typed variants of Path and PathBuf for Unix and Windows" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
edition = "2021" | ||
authors = ["Chip Senkbeil <[email protected]>"] | ||
categories = ["development-tools", "filesystem", "os"] | ||
|
@@ -11,13 +11,11 @@ repository = "https://github.com/chipsenkbeil/typed-path" | |
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
|
||
[[example]] | ||
name = "windows_utf8" | ||
required-features = ["std"] | ||
[dependencies] | ||
|
||
[[example]] | ||
name = "unix" | ||
required-features = ["std"] | ||
[features] | ||
default = ["std"] | ||
std = [] | ||
|
||
[[example]] | ||
name = "typed" | ||
|
@@ -27,6 +25,10 @@ required-features = ["std"] | |
name = "typed_utf8" | ||
required-features = ["std"] | ||
|
||
[[example]] | ||
name = "unix" | ||
required-features = ["std"] | ||
|
||
[[example]] | ||
name = "unix_utf8" | ||
required-features = ["std"] | ||
|
@@ -35,8 +37,6 @@ required-features = ["std"] | |
name = "windows" | ||
required-features = ["std"] | ||
|
||
[dependencies] | ||
|
||
[features] | ||
default = ["std"] | ||
std = [] | ||
[[example]] | ||
name = "windows_utf8" | ||
required-features = ["std"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters