aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2017-06-22Bump to 0.4.2Alex Crichton-1/+1
2017-05-11Bump to 0.4.1Alex Crichton-1/+1
2017-04-20Bump to 0.4.0Alex Crichton-1/+1
2017-04-20Support serde 1.0.0Alex Crichton-3/+3
2017-03-31Bump to 0.3.2Alex Crichton-1/+1
2017-02-27Bump to 0.3.1Alex Crichton-1/+1
2017-02-10Bump to 0.3.0Alex Crichton-1/+1
2017-02-08Update metadataAlex Crichton-2/+6
2017-02-08Rewrite crate with serde support from ground upAlex Crichton-7/+3
This commit completely rewrites this crate from the ground up, supporting serde at the lowest levels as I believe serde support was intended to do. This is a major change from the previous versions of this crate, with a summary of changes being: * Serialization directly to TOML is now supported without going through a `Value` first. * Deserialization directly from TOML is now supported without going through a `Value`. Note that due to the TOML format some values still are buffered in intermediate memory, but overall this should be at a minimum now. * The API of `Value` was overhauled to match the API of `serde_json::Value`. The changes here were to: * Add `is_*` accessors * Add `get` and `get_mut` for one-field lookups. * Implement panicking lookups through `Index` The old `index` methods are now gone in favor of `get` and `Index` implementations. * A `Datetime` type has been added to represent a TOML datetime in a first-class fashion. Currently this type provides no accessors other than a `Display` implementation, but the idea is that this will grow support over time for decomposing the date. * Support for the `rustc-serialize` crate has been dropped, that'll stay on the 0.2 and 0.1 release trains. * This crate no longer supports the detection of unused fields, for that though you can use the `serde_ignored` crate on crates.io
2016-09-08Bump to 0.2.1Alex Crichton-1/+1
2016-08-01Bump to 0.2.0Alex Crichton-1/+1
2016-07-28Update to serde 0.8.0David Tolnay-1/+1
2016-05-16Bump to 0.1.30Alex Crichton-1/+1
2016-05-12Bump to 0.1.29Alex Crichton-1/+1
2016-03-11Bump to 0.1.28Alex Crichton-1/+1
2016-03-07WIPAlex Crichton-1/+1
2016-02-01Bump to 0.1.27Alex Crichton-1/+1
2016-01-25Bump to 0.1.26Alex Crichton-1/+1
2015-12-18Bump to 0.1.25Alex Crichton-1/+1
2015-12-10Bump to 0.1.24Alex Crichton-1/+1
2015-11-29Update dependenciesAlex Crichton-1/+1
2015-10-07Bump to 0.1.23Alex Crichton-1/+1
2015-08-13Bump to 0.1.22Alex Crichton-1/+1
2015-08-13Make serde-tests a standalone crateAlex Crichton-2/+1
2015-08-12Merge remote-tracking branch 'remotes/origin/master' into serdeErick Tryzelaar-1/+1
2015-06-23Bump to 0.1.21Alex Crichton-1/+1
2015-04-20updated to masterOliver Schneider-2/+2
2015-04-02wipAlex Crichton-0/+2
2015-04-02Modularize rustc-serialize supportAlex Crichton-1/+7
* Add rustc-serialize as a default feature * Make room for for serde support
2015-04-01Bump to 0.1.20Alex Crichton-1/+1
2015-03-25Bump to 0.1.19Alex Crichton-1/+1
2015-02-25Bump to 0.1.18Alex Crichton-1/+1
2015-02-24Bump rustc-serialize to 0.3Robin Gloster-1/+1
2015-02-11Bump to 0.1.17Alex Crichton-1/+1
2015-02-03Bump to 0.1.16Alex Crichton-1/+1
2015-01-23Bump to 0.1.15Alex Crichton-1/+1
2015-01-20Bump to 0.1.14Alex Crichton-1/+1
2015-01-19Bump to 0.1.13Alex Crichton-1/+1
2015-01-15Bump to 0.1.12Alex Crichton-1/+1
2015-01-09Bump to 0.1.11Alex Crichton-1/+1
2015-01-07Bump to 0.1.10Alex Crichton-1/+1
2015-01-06Bump to 0.1.9Alex Crichton-1/+1
2015-01-03Bump version numberAlex Crichton-1/+1
2015-01-03Update to masterValerii Hiora-1/+1
- updated `rustc-serialize` dependency, in other case `toml-rs` prohibits `rustc-serialize` update on other crates - updated after syntax and lib changes
2014-12-23Update to rust masterAlex Crichton-5/+3
2014-12-22Update to rust masterAlex Crichton-0/+5
2014-12-20Update to rust masterAlex Crichton-1/+1
2014-12-19Bump version numberAlex Crichton-1/+1
2014-12-07Bump version numberAlex Crichton-1/+1
Closes #35
2014-11-22Bump version numberAlex Crichton-1/+1