LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
include/pytomlpp/compilers.hpp
include/pytomlpp/pytomlpp.hpp
src/encoding_decoding.cpp
src/pytomlpp.cpp
src/type_casters.cpp
src/pytomlpp/__init__.py
src/pytomlpp/_impl.pyi
src/pytomlpp/_io.py
src/pytomlpp/py.typed
src/pytomlpp.egg-info/PKG-INFO
src/pytomlpp.egg-info/SOURCES.txt
src/pytomlpp.egg-info/dependency_links.txt
src/pytomlpp.egg-info/not-zip-safe
src/pytomlpp.egg-info/top_level.txt
third_party/optional.hpp
third_party/tomlplusplus/.clang-format
third_party/tomlplusplus/.editorconfig
third_party/tomlplusplus/.git
third_party/tomlplusplus/.gitattributes
third_party/tomlplusplus/.gitignore
third_party/tomlplusplus/.gitmodules
third_party/tomlplusplus/.runsettings
third_party/tomlplusplus/CHANGELOG.md
third_party/tomlplusplus/CMakeLists.txt
third_party/tomlplusplus/CODE_OF_CONDUCT.md
third_party/tomlplusplus/CONTRIBUTING.md
third_party/tomlplusplus/LICENSE
third_party/tomlplusplus/README.md
third_party/tomlplusplus/cpp.hint
third_party/tomlplusplus/meson.build
third_party/tomlplusplus/meson_options.txt
third_party/tomlplusplus/toml++.code-workspace
third_party/tomlplusplus/toml++.natvis
third_party/tomlplusplus/toml++.props
third_party/tomlplusplus/toml++.sln
third_party/tomlplusplus/toml++.vcxproj
third_party/tomlplusplus/toml++.vcxproj.filters
third_party/tomlplusplus/toml.hpp
third_party/tomlplusplus/.github/FUNDING.yml
third_party/tomlplusplus/.github/pull_request_template.md
third_party/tomlplusplus/.github/ISSUE_TEMPLATE/bug_report.md
third_party/tomlplusplus/.github/ISSUE_TEMPLATE/config.yml
third_party/tomlplusplus/.github/ISSUE_TEMPLATE/feature_request.md
third_party/tomlplusplus/.github/ISSUE_TEMPLATE/spec_bug_report.md
third_party/tomlplusplus/.github/workflows/ci.yaml
third_party/tomlplusplus/.github/workflows/cifuzz.yml
third_party/tomlplusplus/.github/workflows/gh-pages.yaml
third_party/tomlplusplus/.tipi/deps
third_party/tomlplusplus/cmake/install-rules.cmake
third_party/tomlplusplus/cmake/project-is-top-level.cmake
third_party/tomlplusplus/cmake/tomlplusplusConfig.cmake
third_party/tomlplusplus/cmake/tomlplusplusConfig.cmake.meson.in
third_party/tomlplusplus/cmake/tomlplusplusConfigVersion.cmake.meson.in
third_party/tomlplusplus/cmake/variables.cmake
third_party/tomlplusplus/docs/poxy.toml
third_party/tomlplusplus/docs/images/badge-C++17.svg
third_party/tomlplusplus/docs/images/badge-TOML.svg
third_party/tomlplusplus/docs/images/badge-awesome.svg
third_party/tomlplusplus/docs/images/badge-gitter.svg
third_party/tomlplusplus/docs/images/badge-license-MIT.svg
third_party/tomlplusplus/docs/images/banner.ai
third_party/tomlplusplus/docs/images/banner.png
third_party/tomlplusplus/docs/images/banner.svg
third_party/tomlplusplus/docs/images/favicon.ico
third_party/tomlplusplus/docs/images/logo.ai
third_party/tomlplusplus/docs/images/logo.svg
third_party/tomlplusplus/docs/pages/main_page.md
third_party/tomlplusplus/examples/CMakeLists.txt
third_party/tomlplusplus/examples/benchmark_data.toml
third_party/tomlplusplus/examples/error_printer.cpp
third_party/tomlplusplus/examples/error_printer.vcxproj
third_party/tomlplusplus/examples/example.toml
third_party/tomlplusplus/examples/examples.hpp
third_party/tomlplusplus/examples/merge_base.toml
third_party/tomlplusplus/examples/merge_overrides.toml
third_party/tomlplusplus/examples/meson.build
third_party/tomlplusplus/examples/parse_benchmark.cpp
third_party/tomlplusplus/examples/parse_benchmark.vcxproj
third_party/tomlplusplus/examples/simple_parser.cpp
third_party/tomlplusplus/examples/simple_parser.vcxproj
third_party/tomlplusplus/examples/toml_generator.cpp
third_party/tomlplusplus/examples/toml_generator.vcxproj
third_party/tomlplusplus/examples/toml_merger.cpp
third_party/tomlplusplus/examples/toml_merger.vcxproj
third_party/tomlplusplus/examples/toml_to_json_transcoder.cpp
third_party/tomlplusplus/examples/toml_to_json_transcoder.vcxproj
third_party/tomlplusplus/fuzzing/CMakeLists.txt
third_party/tomlplusplus/fuzzing/build.sh
third_party/tomlplusplus/fuzzing/toml_fuzzer.cpp
third_party/tomlplusplus/include/meson.build
third_party/tomlplusplus/include/toml++/toml.h
third_party/tomlplusplus/include/toml++/toml.hpp
third_party/tomlplusplus/include/toml++/impl/array.hpp
third_party/tomlplusplus/include/toml++/impl/array.inl
third_party/tomlplusplus/include/toml++/impl/at_path.hpp
third_party/tomlplusplus/include/toml++/impl/at_path.inl
third_party/tomlplusplus/include/toml++/impl/date_time.hpp
third_party/tomlplusplus/include/toml++/impl/formatter.hpp
third_party/tomlplusplus/include/toml++/impl/formatter.inl
third_party/tomlplusplus/include/toml++/impl/forward_declarations.hpp
third_party/tomlplusplus/include/toml++/impl/header_end.hpp
third_party/tomlplusplus/include/toml++/impl/header_start.hpp
third_party/tomlplusplus/include/toml++/impl/json_formatter.hpp
third_party/tomlplusplus/include/toml++/impl/json_formatter.inl
third_party/tomlplusplus/include/toml++/impl/key.hpp
third_party/tomlplusplus/include/toml++/impl/make_node.hpp
third_party/tomlplusplus/include/toml++/impl/node.hpp
third_party/tomlplusplus/include/toml++/impl/node.inl
third_party/tomlplusplus/include/toml++/impl/node_view.hpp
third_party/tomlplusplus/include/toml++/impl/parse_error.hpp
third_party/tomlplusplus/include/toml++/impl/parse_result.hpp
third_party/tomlplusplus/include/toml++/impl/parser.hpp
third_party/tomlplusplus/include/toml++/impl/parser.inl
third_party/tomlplusplus/include/toml++/impl/path.hpp
third_party/tomlplusplus/include/toml++/impl/path.inl
third_party/tomlplusplus/include/toml++/impl/preprocessor.hpp
third_party/tomlplusplus/include/toml++/impl/print_to_stream.hpp
third_party/tomlplusplus/include/toml++/impl/print_to_stream.inl
third_party/tomlplusplus/include/toml++/impl/simd.hpp
third_party/tomlplusplus/include/toml++/impl/source_region.hpp
third_party/tomlplusplus/include/toml++/impl/std_except.hpp
third_party/tomlplusplus/include/toml++/impl/std_initializer_list.hpp
third_party/tomlplusplus/include/toml++/impl/std_map.hpp
third_party/tomlplusplus/include/toml++/impl/std_new.hpp
third_party/tomlplusplus/include/toml++/impl/std_optional.hpp
third_party/tomlplusplus/include/toml++/impl/std_string.hpp
third_party/tomlplusplus/include/toml++/impl/std_string.inl
third_party/tomlplusplus/include/toml++/impl/std_utility.hpp
third_party/tomlplusplus/include/toml++/impl/std_variant.hpp
third_party/tomlplusplus/include/toml++/impl/std_vector.hpp
third_party/tomlplusplus/include/toml++/impl/table.hpp
third_party/tomlplusplus/include/toml++/impl/table.inl
third_party/tomlplusplus/include/toml++/impl/toml_formatter.hpp
third_party/tomlplusplus/include/toml++/impl/toml_formatter.inl
third_party/tomlplusplus/include/toml++/impl/unicode.hpp
third_party/tomlplusplus/include/toml++/impl/unicode.inl
third_party/tomlplusplus/include/toml++/impl/unicode_autogenerated.hpp
third_party/tomlplusplus/include/toml++/impl/value.hpp
third_party/tomlplusplus/include/toml++/impl/version.hpp
third_party/tomlplusplus/include/toml++/impl/yaml_formatter.hpp
third_party/tomlplusplus/include/toml++/impl/yaml_formatter.inl
third_party/tomlplusplus/src/meson.build
third_party/tomlplusplus/src/toml.cpp
third_party/tomlplusplus/src/modules/CMakeLists.txt
third_party/tomlplusplus/src/modules/tomlplusplus.cppm
third_party/tomlplusplus/tests/at_path.cpp
third_party/tomlplusplus/tests/conformance_burntsushi_invalid.cpp
third_party/tomlplusplus/tests/conformance_burntsushi_valid.cpp
third_party/tomlplusplus/tests/conformance_iarna_invalid.cpp
third_party/tomlplusplus/tests/conformance_iarna_valid.cpp
third_party/tomlplusplus/tests/cpp.hint
third_party/tomlplusplus/tests/for_each.cpp
third_party/tomlplusplus/tests/formatters.cpp
third_party/tomlplusplus/tests/impl_toml.cpp
third_party/tomlplusplus/tests/leakproof.hpp
third_party/tomlplusplus/tests/lib_catch2.hpp
third_party/tomlplusplus/tests/main.cpp
third_party/tomlplusplus/tests/manipulating_arrays.cpp
third_party/tomlplusplus/tests/manipulating_parse_result.cpp
third_party/tomlplusplus/tests/manipulating_tables.cpp
third_party/tomlplusplus/tests/manipulating_values.cpp
third_party/tomlplusplus/tests/meson.build
third_party/tomlplusplus/tests/odr_test_1.cpp
third_party/tomlplusplus/tests/odr_test_2.cpp
third_party/tomlplusplus/tests/parsing_arrays.cpp
third_party/tomlplusplus/tests/parsing_booleans.cpp
third_party/tomlplusplus/tests/parsing_comments.cpp
third_party/tomlplusplus/tests/parsing_dates_and_times.cpp
third_party/tomlplusplus/tests/parsing_floats.cpp
third_party/tomlplusplus/tests/parsing_integers.cpp
third_party/tomlplusplus/tests/parsing_key_value_pairs.cpp
third_party/tomlplusplus/tests/parsing_spec_example.cpp
third_party/tomlplusplus/tests/parsing_strings.cpp
third_party/tomlplusplus/tests/parsing_tables.cpp
third_party/tomlplusplus/tests/path.cpp
third_party/tomlplusplus/tests/settings.hpp
third_party/tomlplusplus/tests/tests.cpp
third_party/tomlplusplus/tests/tests.hpp
third_party/tomlplusplus/tests/user_feedback.cpp
third_party/tomlplusplus/tests/using_iterators.cpp
third_party/tomlplusplus/tests/visit.cpp
third_party/tomlplusplus/tests/windows_compat.cpp
third_party/tomlplusplus/tests/vs/odr_test.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x64.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x64_cpplatest.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x64_cpplatest_noexcept.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x64_cpplatest_noexcept_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x64_cpplatest_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x64_noexcept.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x64_noexcept_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x64_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x86.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x86_cpplatest.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x86_cpplatest_noexcept.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x86_cpplatest_noexcept_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x86_cpplatest_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x86_noexcept.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x86_noexcept_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_debug_x86_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x64.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x64_cpplatest.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x64_cpplatest_noexcept.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x64_cpplatest_noexcept_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x64_cpplatest_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x64_legacy_lambda.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x64_noexcept.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x64_noexcept_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x64_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x86.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x86_cpplatest.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x86_cpplatest_noexcept.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x86_cpplatest_noexcept_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x86_cpplatest_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x86_noexcept.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x86_noexcept_unrel.vcxproj
third_party/tomlplusplus/tests/vs/test_release_x86_unrel.vcxproj
third_party/tomlplusplus/toml-test/README.md
third_party/tomlplusplus/toml-test/meson.build
third_party/tomlplusplus/toml-test/tt.hpp
third_party/tomlplusplus/toml-test/tt_decoder.cpp
third_party/tomlplusplus/toml-test/tt_decoder.vcxproj
third_party/tomlplusplus/toml-test/tt_encoder.cpp
third_party/tomlplusplus/toml-test/tt_encoder.vcxproj
third_party/tomlplusplus/tools/ci_single_header_check.py
third_party/tomlplusplus/tools/clang_format.bat
third_party/tomlplusplus/tools/generate_conformance_tests.py
third_party/tomlplusplus/tools/generate_single_header.bat
third_party/tomlplusplus/tools/generate_single_header.py
third_party/tomlplusplus/tools/generate_windows_test_targets.py
third_party/tomlplusplus/tools/requirements.txt
third_party/tomlplusplus/tools/utils.py
third_party/tomlplusplus/tools/version.py
third_party/tomlplusplus/vendor/README.md
third_party/tomlplusplus/vendor/catch.hpp
third_party/tomlplusplus/vendor/json.hpp