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/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-C++20.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/badge-sponsor.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.dox
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.h
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/include/meson.build
third_party/tomlplusplus/include/toml++/toml.h
third_party/tomlplusplus/include/toml++/impl/array.h
third_party/tomlplusplus/include/toml++/impl/array.inl
third_party/tomlplusplus/include/toml++/impl/at_path.h
third_party/tomlplusplus/include/toml++/impl/at_path.inl
third_party/tomlplusplus/include/toml++/impl/date_time.h
third_party/tomlplusplus/include/toml++/impl/formatter.h
third_party/tomlplusplus/include/toml++/impl/formatter.inl
third_party/tomlplusplus/include/toml++/impl/forward_declarations.h
third_party/tomlplusplus/include/toml++/impl/header_end.h
third_party/tomlplusplus/include/toml++/impl/header_start.h
third_party/tomlplusplus/include/toml++/impl/json_formatter.h
third_party/tomlplusplus/include/toml++/impl/json_formatter.inl
third_party/tomlplusplus/include/toml++/impl/key.h
third_party/tomlplusplus/include/toml++/impl/make_node.h
third_party/tomlplusplus/include/toml++/impl/node.h
third_party/tomlplusplus/include/toml++/impl/node.inl
third_party/tomlplusplus/include/toml++/impl/node_view.h
third_party/tomlplusplus/include/toml++/impl/parse_error.h
third_party/tomlplusplus/include/toml++/impl/parse_result.h
third_party/tomlplusplus/include/toml++/impl/parser.h
third_party/tomlplusplus/include/toml++/impl/parser.inl
third_party/tomlplusplus/include/toml++/impl/path.h
third_party/tomlplusplus/include/toml++/impl/path.inl
third_party/tomlplusplus/include/toml++/impl/preprocessor.h
third_party/tomlplusplus/include/toml++/impl/print_to_stream.h
third_party/tomlplusplus/include/toml++/impl/print_to_stream.inl
third_party/tomlplusplus/include/toml++/impl/simd.h
third_party/tomlplusplus/include/toml++/impl/source_region.h
third_party/tomlplusplus/include/toml++/impl/std_except.h
third_party/tomlplusplus/include/toml++/impl/std_initializer_list.h
third_party/tomlplusplus/include/toml++/impl/std_map.h
third_party/tomlplusplus/include/toml++/impl/std_new.h
third_party/tomlplusplus/include/toml++/impl/std_optional.h
third_party/tomlplusplus/include/toml++/impl/std_string.h
third_party/tomlplusplus/include/toml++/impl/std_string.inl
third_party/tomlplusplus/include/toml++/impl/std_utility.h
third_party/tomlplusplus/include/toml++/impl/std_variant.h
third_party/tomlplusplus/include/toml++/impl/std_vector.h
third_party/tomlplusplus/include/toml++/impl/table.h
third_party/tomlplusplus/include/toml++/impl/table.inl
third_party/tomlplusplus/include/toml++/impl/toml_formatter.h
third_party/tomlplusplus/include/toml++/impl/toml_formatter.inl
third_party/tomlplusplus/include/toml++/impl/unicode.h
third_party/tomlplusplus/include/toml++/impl/unicode.inl
third_party/tomlplusplus/include/toml++/impl/unicode_autogenerated.h
third_party/tomlplusplus/include/toml++/impl/value.h
third_party/tomlplusplus/include/toml++/impl/version.h
third_party/tomlplusplus/include/toml++/impl/yaml_formatter.h
third_party/tomlplusplus/include/toml++/impl/yaml_formatter.inl
third_party/tomlplusplus/src/meson.build
third_party/tomlplusplus/src/toml.cpp
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.h
third_party/tomlplusplus/tests/lib_catch2.h
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.h
third_party/tomlplusplus/tests/tests.cpp
third_party/tomlplusplus/tests/tests.h
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_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.h
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