summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2018-09-25(cargo-release) version 0.9.10.9.1Ryan Leckey
2018-09-25Use a build config on Environment instead of a feature flag for #78Ryan Leckey
2018-09-26Treat empty environment variables as unsetPhil Booth
2018-07-02(cargo-release) version 0.9.00.9.0Ryan Leckey
2018-07-02Clean up Cargo.toml and up float-cmpRyan Leckey
2018-07-02Merge branch 'feature/ini' of https://github.com/woodgear/config-rsRyan Leckey
2018-07-02Fix test failures from upgrade to nom 4Ryan Leckey
2018-06-25option rust-inisan.dai
2018-06-15support inisaber.wu
2018-02-17update to nom 4Geoffroy Couprie
2018-01-26(cargo-release) version 0.8.00.8.0Ryan Leckey
2018-01-26:arrow_up: yaml-rust and lazy-staticRyan Leckey
2018-01-26(cargo-release) version 0.7.10.7.1Ryan Leckey
2017-10-27switch to upstream nomMathieu Poumeyrol
2017-10-20git->https (nom is public)Mathieu Poumeyrol
2017-10-16Fix ssh urlKevin Lefevre
2017-09-20fix weird nom errorkind issueMathieu Poumeyrol
2017-09-01Added HJSON (Human-Readable JSON) as a config file formatRaphael Cohn
2017-07-30Impl Deserializer for Config (to forward Value)Ryan Leckey
2017-06-22Add a test to ensure we can get dates out of configRyan Leckey
2017-06-22(cargo-release) start next development iteration 0.6.1-preRyan Leckey
2017-06-22(cargo-release) version 0.6.00.6.0Ryan Leckey
2017-06-22Add builder API to ConfigRyan Leckey
2017-06-16Add travis-ci badge to CargoRyan Leckey
2017-06-16(cargo-release) start next development iteration 0.5.2-preRyan Leckey
2017-06-16(cargo-release) version 0.5.10.5.1Ryan Leckey
2017-06-16Add 'config' category to CargoRyan Leckey
2017-06-16(cargo-release) start next development iteration 0.5.1-preRyan Leckey
2017-06-16(cargo-release) version 0.5.00.5.0Ryan Leckey
2017-06-16Pin float-cmpRyan Leckey
2017-06-14Merge branch 'feature/with_name' of https://github.com/JordiPolo/config-rs in...Ryan Leckey
2017-06-13:shirt: Fix clippy warningsRyan Leckey
2017-06-03:up:Ryan Leckey
2017-06-01Move things around and get some tests in placeRyan Leckey
2017-03-08Initial work on deep serde integrationRyan Leckey
2017-02-26Adds File::with_name which automatically detects file formatJordi Polo
2017-02-12(cargo-release) version 0.4.10.4.1Ryan Leckey
2017-02-12(cargo-release) version 0.4.00.4.0Ryan Leckey
2017-02-08(cargo-release) version 0.3.0Ryan Leckey
2017-02-07Merge pull request #6 from tmccombs/yamlRyan Leckey
2017-02-07Add path resolution using a strict subset of JSONPathRyan Leckey
2017-02-03Add support for YAMLThayne McCombs
2017-01-29Add license to Cargo.tomlRyan Leckey
2017-01-28:bug:Ryan Leckey
2017-01-28Add metadata (fix)Ryan Leckey
2017-01-28Add metadataRyan Leckey
2017-01-28Prepare version 0.2.0Ryan Leckey
2017-01-26Refactor the file source to allow for N formats; implement JSON.Ryan Leckey
2017-01-24Add merge API with initial File SourceRyan Leckey
2017-01-23Initial commit.Ryan Leckey