import * as mod from "https://deno.land/std@0.78.0/encoding/toml.ts"; FunctionsfparseParse parses TOML string into an object. fstringifyStringify dumps source object into TOML string and returns it.