*No copyright* Apache License 2.0 --------------------------------- toml_edit-0.14.4/LICENSE-APACHE Apache License (v2.0) or MIT license ------------------------------------ toml_edit-0.14.4/src/easy/map.rs MIT License ----------- toml_edit-0.14.4/LICENSE-MIT Unknown or generated -------------------- toml_edit-0.14.4/.cargo_vcs_info.json toml_edit-0.14.4/Cargo.lock toml_edit-0.14.4/Cargo.toml toml_edit-0.14.4/Cargo.toml.orig toml_edit-0.14.4/README.md toml_edit-0.14.4/examples/bench.rs toml_edit-0.14.4/examples/bench_easy_de.rs toml_edit-0.14.4/examples/bench_easy_value.rs toml_edit-0.14.4/examples/visit.rs toml_edit-0.14.4/src/array.rs toml_edit-0.14.4/src/array_of_tables.rs toml_edit-0.14.4/src/datetime.rs toml_edit-0.14.4/src/de/array.rs toml_edit-0.14.4/src/de/inline_table.rs toml_edit-0.14.4/src/de/item.rs toml_edit-0.14.4/src/de/mod.rs toml_edit-0.14.4/src/de/table.rs toml_edit-0.14.4/src/de/table_enum.rs toml_edit-0.14.4/src/de/value.rs toml_edit-0.14.4/src/document.rs toml_edit-0.14.4/src/easy/datetime.rs toml_edit-0.14.4/src/easy/macros.rs toml_edit-0.14.4/src/easy/mod.rs toml_edit-0.14.4/src/easy/value.rs toml_edit-0.14.4/src/encode.rs toml_edit-0.14.4/src/index.rs toml_edit-0.14.4/src/inline_table.rs toml_edit-0.14.4/src/internal_string.rs toml_edit-0.14.4/src/item.rs toml_edit-0.14.4/src/key.rs toml_edit-0.14.4/src/lib.rs toml_edit-0.14.4/src/parser/array.rs toml_edit-0.14.4/src/parser/datetime.rs toml_edit-0.14.4/src/parser/document.rs toml_edit-0.14.4/src/parser/errors.rs toml_edit-0.14.4/src/parser/inline_table.rs toml_edit-0.14.4/src/parser/key.rs toml_edit-0.14.4/src/parser/macros.rs toml_edit-0.14.4/src/parser/mod.rs toml_edit-0.14.4/src/parser/numbers.rs toml_edit-0.14.4/src/parser/strings.rs toml_edit-0.14.4/src/parser/table.rs toml_edit-0.14.4/src/parser/trivia.rs toml_edit-0.14.4/src/parser/value.rs toml_edit-0.14.4/src/repr.rs toml_edit-0.14.4/src/ser/array.rs toml_edit-0.14.4/src/ser/item.rs toml_edit-0.14.4/src/ser/key.rs toml_edit-0.14.4/src/ser/mod.rs toml_edit-0.14.4/src/ser/pretty.rs toml_edit-0.14.4/src/ser/table.rs toml_edit-0.14.4/src/table.rs toml_edit-0.14.4/src/value.rs toml_edit-0.14.4/src/visit.rs toml_edit-0.14.4/src/visit_mut.rs toml_edit-0.14.4/tests/convert.rs toml_edit-0.14.4/tests/decoder.rs toml_edit-0.14.4/tests/decoder_compliance.rs toml_edit-0.14.4/tests/easy_decoder.rs toml_edit-0.14.4/tests/easy_decoder_compliance.rs toml_edit-0.14.4/tests/easy_encoder.rs toml_edit-0.14.4/tests/easy_encoder_compliance.rs toml_edit-0.14.4/tests/encoder.rs toml_edit-0.14.4/tests/encoder_compliance.rs toml_edit-0.14.4/tests/enum_external_deserialize.rs toml_edit-0.14.4/tests/fixtures/README.md toml_edit-0.14.4/tests/fixtures/invalid/datetime-malformed-no-leads.stderr toml_edit-0.14.4/tests/fixtures/invalid/datetime-malformed-no-leads.toml toml_edit-0.14.4/tests/fixtures/invalid/datetime-malformed-no-secs.stderr toml_edit-0.14.4/tests/fixtures/invalid/datetime-malformed-no-secs.toml toml_edit-0.14.4/tests/fixtures/invalid/datetime-malformed-no-t.stderr toml_edit-0.14.4/tests/fixtures/invalid/datetime-malformed-no-t.toml toml_edit-0.14.4/tests/fixtures/invalid/datetime-malformed-with-milli.stderr toml_edit-0.14.4/tests/fixtures/invalid/datetime-malformed-with-milli.toml toml_edit-0.14.4/tests/fixtures/invalid/duplicate-key-dotted-into-std.stderr toml_edit-0.14.4/tests/fixtures/invalid/duplicate-key-dotted-into-std.toml toml_edit-0.14.4/tests/fixtures/invalid/duplicate-key-std-into-dotted.stderr toml_edit-0.14.4/tests/fixtures/invalid/duplicate-key-std-into-dotted.toml toml_edit-0.14.4/tests/fixtures/invalid/duplicate-key-table.stderr toml_edit-0.14.4/tests/fixtures/invalid/duplicate-key-table.toml toml_edit-0.14.4/tests/fixtures/invalid/duplicate-keys-cargo.stderr toml_edit-0.14.4/tests/fixtures/invalid/duplicate-keys-cargo.toml toml_edit-0.14.4/tests/fixtures/invalid/duplicate-keys-dotted.stderr toml_edit-0.14.4/tests/fixtures/invalid/duplicate-keys-dotted.toml toml_edit-0.14.4/tests/fixtures/invalid/duplicate-keys.stderr toml_edit-0.14.4/tests/fixtures/invalid/duplicate-keys.toml toml_edit-0.14.4/tests/fixtures/invalid/duplicate-tables.stderr toml_edit-0.14.4/tests/fixtures/invalid/duplicate-tables.toml toml_edit-0.14.4/tests/fixtures/invalid/empty-implicit-table.stderr toml_edit-0.14.4/tests/fixtures/invalid/empty-implicit-table.toml toml_edit-0.14.4/tests/fixtures/invalid/empty-table.stderr toml_edit-0.14.4/tests/fixtures/invalid/empty-table.toml toml_edit-0.14.4/tests/fixtures/invalid/float-leading-zero-neg.stderr toml_edit-0.14.4/tests/fixtures/invalid/float-leading-zero-neg.toml toml_edit-0.14.4/tests/fixtures/invalid/float-leading-zero-pos.stderr toml_edit-0.14.4/tests/fixtures/invalid/float-leading-zero-pos.toml toml_edit-0.14.4/tests/fixtures/invalid/float-leading-zero.stderr toml_edit-0.14.4/tests/fixtures/invalid/float-leading-zero.toml toml_edit-0.14.4/tests/fixtures/invalid/float-no-leading-zero.stderr toml_edit-0.14.4/tests/fixtures/invalid/float-no-leading-zero.toml toml_edit-0.14.4/tests/fixtures/invalid/float-no-trailing-digits.stderr toml_edit-0.14.4/tests/fixtures/invalid/float-no-trailing-digits.toml toml_edit-0.14.4/tests/fixtures/invalid/float-underscore-after-point.stderr toml_edit-0.14.4/tests/fixtures/invalid/float-underscore-after-point.toml toml_edit-0.14.4/tests/fixtures/invalid/float-underscore-after.stderr toml_edit-0.14.4/tests/fixtures/invalid/float-underscore-after.toml toml_edit-0.14.4/tests/fixtures/invalid/float-underscore-before-point.stderr toml_edit-0.14.4/tests/fixtures/invalid/float-underscore-before-point.toml toml_edit-0.14.4/tests/fixtures/invalid/float-underscore-before.stderr toml_edit-0.14.4/tests/fixtures/invalid/float-underscore-before.toml toml_edit-0.14.4/tests/fixtures/invalid/inline-table-newline.stderr toml_edit-0.14.4/tests/fixtures/invalid/inline-table-newline.toml toml_edit-0.14.4/tests/fixtures/invalid/integer-invalid-binary-char.stderr toml_edit-0.14.4/tests/fixtures/invalid/integer-invalid-binary-char.toml toml_edit-0.14.4/tests/fixtures/invalid/integer-invalid-hex-char.stderr toml_edit-0.14.4/tests/fixtures/invalid/integer-invalid-hex-char.toml toml_edit-0.14.4/tests/fixtures/invalid/integer-invalid-octal-char.stderr toml_edit-0.14.4/tests/fixtures/invalid/integer-invalid-octal-char.toml toml_edit-0.14.4/tests/fixtures/invalid/integer-leading-zero-neg.stderr toml_edit-0.14.4/tests/fixtures/invalid/integer-leading-zero-neg.toml toml_edit-0.14.4/tests/fixtures/invalid/integer-leading-zero-pos.stderr toml_edit-0.14.4/tests/fixtures/invalid/integer-leading-zero-pos.toml toml_edit-0.14.4/tests/fixtures/invalid/integer-leading-zero.stderr toml_edit-0.14.4/tests/fixtures/invalid/integer-leading-zero.toml toml_edit-0.14.4/tests/fixtures/invalid/integer-underscore-after.stderr toml_edit-0.14.4/tests/fixtures/invalid/integer-underscore-after.toml toml_edit-0.14.4/tests/fixtures/invalid/integer-underscore-before.stderr toml_edit-0.14.4/tests/fixtures/invalid/integer-underscore-before.toml toml_edit-0.14.4/tests/fixtures/invalid/integer-underscore-double.stderr toml_edit-0.14.4/tests/fixtures/invalid/integer-underscore-double.toml toml_edit-0.14.4/tests/fixtures/invalid/key-after-array.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-after-array.toml toml_edit-0.14.4/tests/fixtures/invalid/key-after-table.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-after-table.toml toml_edit-0.14.4/tests/fixtures/invalid/key-empty.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-empty.toml toml_edit-0.14.4/tests/fixtures/invalid/key-hash.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-hash.toml toml_edit-0.14.4/tests/fixtures/invalid/key-newline.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-newline.toml toml_edit-0.14.4/tests/fixtures/invalid/key-no-eol.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-no-eol.toml toml_edit-0.14.4/tests/fixtures/invalid/key-open-bracket.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-open-bracket.toml toml_edit-0.14.4/tests/fixtures/invalid/key-single-open-bracket.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-single-open-bracket.toml toml_edit-0.14.4/tests/fixtures/invalid/key-space.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-space.toml toml_edit-0.14.4/tests/fixtures/invalid/key-start-bracket.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-start-bracket.toml toml_edit-0.14.4/tests/fixtures/invalid/key-two-equals.stderr toml_edit-0.14.4/tests/fixtures/invalid/key-two-equals.toml toml_edit-0.14.4/tests/fixtures/invalid/llbrace.stderr toml_edit-0.14.4/tests/fixtures/invalid/llbrace.toml toml_edit-0.14.4/tests/fixtures/invalid/rrbrace.stderr toml_edit-0.14.4/tests/fixtures/invalid/rrbrace.toml toml_edit-0.14.4/tests/fixtures/invalid/string-bad-byte-escape.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-bad-byte-escape.toml toml_edit-0.14.4/tests/fixtures/invalid/string-bad-escape.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-bad-escape.toml toml_edit-0.14.4/tests/fixtures/invalid/string-bad-surrogate.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-bad-surrogate.toml toml_edit-0.14.4/tests/fixtures/invalid/string-bad-uni-esc.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-bad-uni-esc.toml toml_edit-0.14.4/tests/fixtures/invalid/string-byte-escapes.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-byte-escapes.toml toml_edit-0.14.4/tests/fixtures/invalid/string-no-close.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-no-close.toml toml_edit-0.14.4/tests/fixtures/invalid/string-no-quotes-constant-like.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-no-quotes-constant-like.toml toml_edit-0.14.4/tests/fixtures/invalid/string-no-quotes-in-array.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-no-quotes-in-array.toml toml_edit-0.14.4/tests/fixtures/invalid/string-no-quotes-in-inline-table.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-no-quotes-in-inline-table.toml toml_edit-0.14.4/tests/fixtures/invalid/string-no-quotes-in-table.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-no-quotes-in-table.toml toml_edit-0.14.4/tests/fixtures/invalid/string-no-quotes-number-like.stderr toml_edit-0.14.4/tests/fixtures/invalid/string-no-quotes-number-like.toml toml_edit-0.14.4/tests/fixtures/invalid/table-array-implicit.stderr toml_edit-0.14.4/tests/fixtures/invalid/table-array-implicit.toml toml_edit-0.14.4/tests/fixtures/invalid/table-array-malformed-bracket.stderr toml_edit-0.14.4/tests/fixtures/invalid/table-array-malformed-bracket.toml toml_edit-0.14.4/tests/fixtures/invalid/table-array-malformed-empty.stderr toml_edit-0.14.4/tests/fixtures/invalid/table-array-malformed-empty.toml toml_edit-0.14.4/tests/fixtures/invalid/table-empty.stderr toml_edit-0.14.4/tests/fixtures/invalid/table-empty.toml toml_edit-0.14.4/tests/fixtures/invalid/table-nested-brackets-close.stderr toml_edit-0.14.4/tests/fixtures/invalid/table-nested-brackets-close.toml toml_edit-0.14.4/tests/fixtures/invalid/table-nested-brackets-open.stderr toml_edit-0.14.4/tests/fixtures/invalid/table-nested-brackets-open.toml toml_edit-0.14.4/tests/fixtures/invalid/table-whitespace.stderr toml_edit-0.14.4/tests/fixtures/invalid/table-whitespace.toml toml_edit-0.14.4/tests/fixtures/invalid/table-with-pound.stderr toml_edit-0.14.4/tests/fixtures/invalid/table-with-pound.toml toml_edit-0.14.4/tests/fixtures/invalid/text-after-array-entries.stderr toml_edit-0.14.4/tests/fixtures/invalid/text-after-array-entries.toml toml_edit-0.14.4/tests/fixtures/invalid/text-after-integer.stderr toml_edit-0.14.4/tests/fixtures/invalid/text-after-integer.toml toml_edit-0.14.4/tests/fixtures/invalid/text-after-string.stderr toml_edit-0.14.4/tests/fixtures/invalid/text-after-string.toml toml_edit-0.14.4/tests/fixtures/invalid/text-after-table.stderr toml_edit-0.14.4/tests/fixtures/invalid/text-after-table.toml toml_edit-0.14.4/tests/fixtures/invalid/text-before-array-separator.stderr toml_edit-0.14.4/tests/fixtures/invalid/text-before-array-separator.toml toml_edit-0.14.4/tests/fixtures/invalid/text-in-array.stderr toml_edit-0.14.4/tests/fixtures/invalid/text-in-array.toml toml_edit-0.14.4/tests/fixtures/valid/arrays.json toml_edit-0.14.4/tests/fixtures/valid/arrays.toml toml_edit-0.14.4/tests/fixtures/valid/comments-at-eof2.json toml_edit-0.14.4/tests/fixtures/valid/comments-at-eof2.toml toml_edit-0.14.4/tests/fixtures/valid/comments-everywhere.json toml_edit-0.14.4/tests/fixtures/valid/comments-everywhere.toml toml_edit-0.14.4/tests/fixtures/valid/datetime.json toml_edit-0.14.4/tests/fixtures/valid/datetime.toml toml_edit-0.14.4/tests/fixtures/valid/float-exponent.json toml_edit-0.14.4/tests/fixtures/valid/float-exponent.toml toml_edit-0.14.4/tests/fixtures/valid/inline-table.json toml_edit-0.14.4/tests/fixtures/valid/inline-table.toml toml_edit-0.14.4/tests/fixtures/valid/integer-underscore.json toml_edit-0.14.4/tests/fixtures/valid/integer-underscore.toml toml_edit-0.14.4/tests/fixtures/valid/long-integer.json toml_edit-0.14.4/tests/fixtures/valid/long-integer.toml toml_edit-0.14.4/tests/fixtures/valid/multiline-string.json toml_edit-0.14.4/tests/fixtures/valid/multiline-string.toml toml_edit-0.14.4/tests/fixtures/valid/raw-multiline-string.json toml_edit-0.14.4/tests/fixtures/valid/raw-multiline-string.toml toml_edit-0.14.4/tests/fixtures/valid/string-escapes.json toml_edit-0.14.4/tests/fixtures/valid/string-escapes.toml toml_edit-0.14.4/tests/fixtures/valid/table-no-eol.json toml_edit-0.14.4/tests/fixtures/valid/table-no-eol.toml toml_edit-0.14.4/tests/fixtures/valid/windows-path.json toml_edit-0.14.4/tests/fixtures/valid/windows-path.toml toml_edit-0.14.4/tests/formatter.rs toml_edit-0.14.4/tests/macros.rs toml_edit-0.14.4/tests/pretty.rs toml_edit-0.14.4/tests/serde.rs toml_edit-0.14.4/tests/test_edit.rs toml_edit-0.14.4/tests/test_invalid.rs toml_edit-0.14.4/tests/test_parse.rs toml_edit-0.14.4/tests/test_valid.rs