From 7bbbfd046324363c8db1fb15d39aeb02fe7331b5 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 21 Mar 2021 14:10:24 -0600 Subject: hilarious and original joke --- Cargo.toml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 131ebaf..3c7a665 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,15 @@ [package] -name = "toml" +name = "milf" version = "0.5.8" -authors = ["Alex Crichton "] +authors = ["boringcactus "] license = "MIT/Apache-2.0" readme = "README.md" keywords = ["encoding"] -repository = "https://github.com/alexcrichton/toml-rs" -homepage = "https://github.com/alexcrichton/toml-rs" -documentation = "https://docs.rs/toml" +repository = "https://code.boringcactus.com/misc/milf-rs/" +documentation = "https://docs.rs/milf" description = """ -A native Rust encoder and decoder of TOML-formatted files and streams. Provides -implementations of the standard Serialize/Deserialize traits for TOML data to +A native Rust encoder and decoder of My INI-Like Format (MILF)-formatted files and streams. Provides +implementations of the standard Serialize/Deserialize traits for MILF data to facilitate deserializing and serializing Rust structures. """ categories = ["config", "encoding", "parser-implementations"] @@ -30,7 +29,7 @@ serde_json = "1.0" [features] default = [] -# Use indexmap rather than BTreeMap as the map type of toml::Value. -# This allows data to be read into a Value and written back to a TOML string +# Use indexmap rather than BTreeMap as the map type of milf::Value. +# This allows data to be read into a Value and written back to a MILF string # while preserving the order of map keys in the input. preserve_order = ["indexmap"] -- cgit v1.2.3