mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 20:11:02 +00:00
Auto merge of #347 - erickt:master, r=erickt
Add "include" to Cargo.toml files This filters out junk files from the crates. Closes #331.
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
## 0.7.6
|
||||||
|
|
||||||
|
NOTES:
|
||||||
|
|
||||||
|
* Syncs `serde_codegen` and `serde_macros` with rustc 1.10.0-nightly (7bddce693 2016-05-27).
|
||||||
|
|
||||||
|
FEATURES:
|
||||||
|
|
||||||
|
* `#[serde(serialize_with=..., deserialize_with=...)]` now supports tuples. #335
|
||||||
|
* Serde now can be used in `#[no_std]` environments. #316
|
||||||
@@ -8,6 +8,7 @@ repository = "https://github.com/serde-rs/serde"
|
|||||||
documentation = "https://serde-rs.github.io/serde/serde/"
|
documentation = "https://serde-rs.github.io/serde/serde/"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
keywords = ["serde", "serialization"]
|
keywords = ["serde", "serialization"]
|
||||||
|
include = ["Cargo.toml", "src/**/*.rs"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ repository = "https://github.com/serde-rs/serde"
|
|||||||
documentation = "https://github.com/serde-rs/serde"
|
documentation = "https://github.com/serde-rs/serde"
|
||||||
keywords = ["serde", "serialization"]
|
keywords = ["serde", "serialization"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
include = ["Cargo.toml", "build.rs", "src/**/*.rs"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["with-syntex"]
|
default = ["with-syntex"]
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ description = "Macros to auto-generate implementations for the serde framework"
|
|||||||
repository = "https://github.com/serde-rs/serde"
|
repository = "https://github.com/serde-rs/serde"
|
||||||
documentation = "https://github.com/serde-rs/serde"
|
documentation = "https://github.com/serde-rs/serde"
|
||||||
keywords = ["serde", "serialization"]
|
keywords = ["serde", "serialization"]
|
||||||
|
include = ["Cargo.toml", "src/**/*.rs"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "serde_macros"
|
name = "serde_macros"
|
||||||
|
|||||||
Reference in New Issue
Block a user