*No copyright* Apache License 2.0 --------------------------------- toml_edit-0.1.5/LICENSE-APACHE MIT License ----------- toml_edit-0.1.5/LICENSE-MIT Unknown or generated -------------------- toml_edit-0.1.5/.appveyor.yml toml_edit-0.1.5/.cargo_vcs_info.json toml_edit-0.1.5/.travis.yml toml_edit-0.1.5/.travis/coverage.sh toml_edit-0.1.5/Cargo.toml toml_edit-0.1.5/Cargo.toml.orig toml_edit-0.1.5/README.md toml_edit-0.1.5/bors.toml toml_edit-0.1.5/codecov.yml toml_edit-0.1.5/src/array_of_tables.rs toml_edit-0.1.5/src/decor.rs toml_edit-0.1.5/src/display.rs toml_edit-0.1.5/src/document.rs toml_edit-0.1.5/src/formatted.rs toml_edit-0.1.5/src/index.rs toml_edit-0.1.5/src/key.rs toml_edit-0.1.5/src/lib.rs toml_edit-0.1.5/src/parser/array.rs toml_edit-0.1.5/src/parser/datetime.rs toml_edit-0.1.5/src/parser/document.rs toml_edit-0.1.5/src/parser/errors.rs toml_edit-0.1.5/src/parser/inline_table.rs toml_edit-0.1.5/src/parser/key.rs toml_edit-0.1.5/src/parser/macros.rs toml_edit-0.1.5/src/parser/mod.rs toml_edit-0.1.5/src/parser/numbers.rs toml_edit-0.1.5/src/parser/strings.rs toml_edit-0.1.5/src/parser/table.rs toml_edit-0.1.5/src/parser/toml.abnf toml_edit-0.1.5/src/parser/trivia.rs toml_edit-0.1.5/src/parser/value.rs toml_edit-0.1.5/src/table.rs toml_edit-0.1.5/src/value.rs toml_edit-0.1.5/tests/fixtures/README.md toml_edit-0.1.5/tests/fixtures/invalid/array-mixed-types-arrays-and-ints.toml toml_edit-0.1.5/tests/fixtures/invalid/array-mixed-types-ints-and-floats.toml toml_edit-0.1.5/tests/fixtures/invalid/array-mixed-types-strings-and-ints.toml toml_edit-0.1.5/tests/fixtures/invalid/datetime-malformed-no-leads.toml toml_edit-0.1.5/tests/fixtures/invalid/datetime-malformed-no-secs.toml toml_edit-0.1.5/tests/fixtures/invalid/datetime-malformed-no-t.toml toml_edit-0.1.5/tests/fixtures/invalid/datetime-malformed-with-milli.toml toml_edit-0.1.5/tests/fixtures/invalid/duplicate-key-table.toml toml_edit-0.1.5/tests/fixtures/invalid/duplicate-keys.toml toml_edit-0.1.5/tests/fixtures/invalid/duplicate-tables.toml toml_edit-0.1.5/tests/fixtures/invalid/empty-implicit-table.toml toml_edit-0.1.5/tests/fixtures/invalid/empty-table.toml toml_edit-0.1.5/tests/fixtures/invalid/float-leading-zero-neg.toml toml_edit-0.1.5/tests/fixtures/invalid/float-leading-zero-pos.toml toml_edit-0.1.5/tests/fixtures/invalid/float-leading-zero.toml toml_edit-0.1.5/tests/fixtures/invalid/float-no-leading-zero.toml toml_edit-0.1.5/tests/fixtures/invalid/float-no-trailing-digits.toml toml_edit-0.1.5/tests/fixtures/invalid/float-underscore-after-point.toml toml_edit-0.1.5/tests/fixtures/invalid/float-underscore-after.toml toml_edit-0.1.5/tests/fixtures/invalid/float-underscore-before-point.toml toml_edit-0.1.5/tests/fixtures/invalid/float-underscore-before.toml toml_edit-0.1.5/tests/fixtures/invalid/integer-leading-zero-neg.toml toml_edit-0.1.5/tests/fixtures/invalid/integer-leading-zero-pos.toml toml_edit-0.1.5/tests/fixtures/invalid/integer-leading-zero.toml toml_edit-0.1.5/tests/fixtures/invalid/integer-underscore-after.toml toml_edit-0.1.5/tests/fixtures/invalid/integer-underscore-before.toml toml_edit-0.1.5/tests/fixtures/invalid/integer-underscore-double.toml toml_edit-0.1.5/tests/fixtures/invalid/key-after-array.toml toml_edit-0.1.5/tests/fixtures/invalid/key-after-table.toml toml_edit-0.1.5/tests/fixtures/invalid/key-empty.toml toml_edit-0.1.5/tests/fixtures/invalid/key-hash.toml toml_edit-0.1.5/tests/fixtures/invalid/key-newline.toml toml_edit-0.1.5/tests/fixtures/invalid/key-no-eol.toml toml_edit-0.1.5/tests/fixtures/invalid/key-open-bracket.toml toml_edit-0.1.5/tests/fixtures/invalid/key-single-open-bracket.toml toml_edit-0.1.5/tests/fixtures/invalid/key-space.toml toml_edit-0.1.5/tests/fixtures/invalid/key-start-bracket.toml toml_edit-0.1.5/tests/fixtures/invalid/key-two-equals.toml toml_edit-0.1.5/tests/fixtures/invalid/llbrace.toml toml_edit-0.1.5/tests/fixtures/invalid/rrbrace.toml toml_edit-0.1.5/tests/fixtures/invalid/string-bad-byte-escape.toml toml_edit-0.1.5/tests/fixtures/invalid/string-bad-escape.toml toml_edit-0.1.5/tests/fixtures/invalid/string-bad-surrogate.toml toml_edit-0.1.5/tests/fixtures/invalid/string-bad-uni-esc.toml toml_edit-0.1.5/tests/fixtures/invalid/string-byte-escapes.toml toml_edit-0.1.5/tests/fixtures/invalid/string-no-close.toml toml_edit-0.1.5/tests/fixtures/invalid/table-array-implicit.toml toml_edit-0.1.5/tests/fixtures/invalid/table-array-malformed-bracket.toml toml_edit-0.1.5/tests/fixtures/invalid/table-array-malformed-empty.toml toml_edit-0.1.5/tests/fixtures/invalid/table-empty.toml toml_edit-0.1.5/tests/fixtures/invalid/table-nested-brackets-close.toml toml_edit-0.1.5/tests/fixtures/invalid/table-nested-brackets-open.toml toml_edit-0.1.5/tests/fixtures/invalid/table-whitespace.toml toml_edit-0.1.5/tests/fixtures/invalid/table-with-pound.toml toml_edit-0.1.5/tests/fixtures/invalid/text-after-array-entries.toml toml_edit-0.1.5/tests/fixtures/invalid/text-after-integer.toml toml_edit-0.1.5/tests/fixtures/invalid/text-after-string.toml toml_edit-0.1.5/tests/fixtures/invalid/text-after-table.toml toml_edit-0.1.5/tests/fixtures/invalid/text-before-array-separator.toml toml_edit-0.1.5/tests/fixtures/invalid/text-in-array.toml toml_edit-0.1.5/tests/fixtures/valid/array-empty.json toml_edit-0.1.5/tests/fixtures/valid/array-empty.toml toml_edit-0.1.5/tests/fixtures/valid/array-nospaces.json toml_edit-0.1.5/tests/fixtures/valid/array-nospaces.toml toml_edit-0.1.5/tests/fixtures/valid/arrays-hetergeneous.json toml_edit-0.1.5/tests/fixtures/valid/arrays-hetergeneous.toml toml_edit-0.1.5/tests/fixtures/valid/arrays-nested.json toml_edit-0.1.5/tests/fixtures/valid/arrays-nested.toml toml_edit-0.1.5/tests/fixtures/valid/arrays.json toml_edit-0.1.5/tests/fixtures/valid/arrays.toml toml_edit-0.1.5/tests/fixtures/valid/bool.json toml_edit-0.1.5/tests/fixtures/valid/bool.toml toml_edit-0.1.5/tests/fixtures/valid/comments-at-eof.json toml_edit-0.1.5/tests/fixtures/valid/comments-at-eof.toml toml_edit-0.1.5/tests/fixtures/valid/comments-at-eof2.json toml_edit-0.1.5/tests/fixtures/valid/comments-at-eof2.toml toml_edit-0.1.5/tests/fixtures/valid/comments-everywhere.json toml_edit-0.1.5/tests/fixtures/valid/comments-everywhere.toml toml_edit-0.1.5/tests/fixtures/valid/datetime.json toml_edit-0.1.5/tests/fixtures/valid/datetime.toml toml_edit-0.1.5/tests/fixtures/valid/empty.json toml_edit-0.1.5/tests/fixtures/valid/example.json toml_edit-0.1.5/tests/fixtures/valid/example.toml toml_edit-0.1.5/tests/fixtures/valid/float-exponent.json toml_edit-0.1.5/tests/fixtures/valid/float-exponent.toml toml_edit-0.1.5/tests/fixtures/valid/float-underscore.json toml_edit-0.1.5/tests/fixtures/valid/float-underscore.toml toml_edit-0.1.5/tests/fixtures/valid/float.json toml_edit-0.1.5/tests/fixtures/valid/float.toml toml_edit-0.1.5/tests/fixtures/valid/implicit-and-explicit-after.json toml_edit-0.1.5/tests/fixtures/valid/implicit-and-explicit-after.toml toml_edit-0.1.5/tests/fixtures/valid/implicit-and-explicit-before.json toml_edit-0.1.5/tests/fixtures/valid/implicit-and-explicit-before.toml toml_edit-0.1.5/tests/fixtures/valid/implicit-groups.json toml_edit-0.1.5/tests/fixtures/valid/implicit-groups.toml toml_edit-0.1.5/tests/fixtures/valid/inline-table.json toml_edit-0.1.5/tests/fixtures/valid/inline-table.toml toml_edit-0.1.5/tests/fixtures/valid/integer-underscore.json toml_edit-0.1.5/tests/fixtures/valid/integer-underscore.toml toml_edit-0.1.5/tests/fixtures/valid/integer.json toml_edit-0.1.5/tests/fixtures/valid/integer.toml toml_edit-0.1.5/tests/fixtures/valid/key-equals-nospace.json toml_edit-0.1.5/tests/fixtures/valid/key-equals-nospace.toml toml_edit-0.1.5/tests/fixtures/valid/key-numeric.json toml_edit-0.1.5/tests/fixtures/valid/key-numeric.toml toml_edit-0.1.5/tests/fixtures/valid/key-space.json toml_edit-0.1.5/tests/fixtures/valid/key-space.toml toml_edit-0.1.5/tests/fixtures/valid/key-special-chars.json toml_edit-0.1.5/tests/fixtures/valid/key-special-chars.toml toml_edit-0.1.5/tests/fixtures/valid/long-float.json toml_edit-0.1.5/tests/fixtures/valid/long-float.toml toml_edit-0.1.5/tests/fixtures/valid/long-integer.json toml_edit-0.1.5/tests/fixtures/valid/long-integer.toml toml_edit-0.1.5/tests/fixtures/valid/multiline-string.json toml_edit-0.1.5/tests/fixtures/valid/multiline-string.toml toml_edit-0.1.5/tests/fixtures/valid/raw-multiline-string.json toml_edit-0.1.5/tests/fixtures/valid/raw-multiline-string.toml toml_edit-0.1.5/tests/fixtures/valid/raw-string.json toml_edit-0.1.5/tests/fixtures/valid/raw-string.toml toml_edit-0.1.5/tests/fixtures/valid/string-empty.json toml_edit-0.1.5/tests/fixtures/valid/string-empty.toml toml_edit-0.1.5/tests/fixtures/valid/string-escapes.json toml_edit-0.1.5/tests/fixtures/valid/string-escapes.toml toml_edit-0.1.5/tests/fixtures/valid/string-nl.json toml_edit-0.1.5/tests/fixtures/valid/string-nl.toml toml_edit-0.1.5/tests/fixtures/valid/string-simple.json toml_edit-0.1.5/tests/fixtures/valid/string-simple.toml toml_edit-0.1.5/tests/fixtures/valid/string-with-pound.json toml_edit-0.1.5/tests/fixtures/valid/string-with-pound.toml toml_edit-0.1.5/tests/fixtures/valid/table-array-implicit.json toml_edit-0.1.5/tests/fixtures/valid/table-array-implicit.toml toml_edit-0.1.5/tests/fixtures/valid/table-array-many.json toml_edit-0.1.5/tests/fixtures/valid/table-array-many.toml toml_edit-0.1.5/tests/fixtures/valid/table-array-nest.json toml_edit-0.1.5/tests/fixtures/valid/table-array-nest.toml toml_edit-0.1.5/tests/fixtures/valid/table-array-one.json toml_edit-0.1.5/tests/fixtures/valid/table-array-one.toml toml_edit-0.1.5/tests/fixtures/valid/table-empty.json toml_edit-0.1.5/tests/fixtures/valid/table-empty.toml toml_edit-0.1.5/tests/fixtures/valid/table-no-eol.json toml_edit-0.1.5/tests/fixtures/valid/table-no-eol.toml toml_edit-0.1.5/tests/fixtures/valid/table-sub-empty.json toml_edit-0.1.5/tests/fixtures/valid/table-sub-empty.toml toml_edit-0.1.5/tests/fixtures/valid/table-whitespace.json toml_edit-0.1.5/tests/fixtures/valid/table-whitespace.toml toml_edit-0.1.5/tests/fixtures/valid/table-with-literal-string.json toml_edit-0.1.5/tests/fixtures/valid/table-with-literal-string.toml toml_edit-0.1.5/tests/fixtures/valid/table-with-pound.json toml_edit-0.1.5/tests/fixtures/valid/table-with-pound.toml toml_edit-0.1.5/tests/fixtures/valid/table-with-single-quotes.json toml_edit-0.1.5/tests/fixtures/valid/table-with-single-quotes.toml toml_edit-0.1.5/tests/fixtures/valid/unicode-escape.json toml_edit-0.1.5/tests/fixtures/valid/unicode-escape.toml toml_edit-0.1.5/tests/fixtures/valid/unicode-literal.json toml_edit-0.1.5/tests/fixtures/valid/unicode-literal.toml toml_edit-0.1.5/tests/fixtures/valid/windows-path.json toml_edit-0.1.5/tests/fixtures/valid/windows-path.toml toml_edit-0.1.5/tests/test_edit.rs toml_edit-0.1.5/tests/test_invalid.rs toml_edit-0.1.5/tests/test_parse.rs toml_edit-0.1.5/tests/test_valid.rs