[INFO] fetching crate serde_encom 0.3.4...
[INFO] building serde_encom-0.3.4 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate serde_encom 0.3.4 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate serde_encom 0.3.4
[INFO] finished tweaking crates.io crate serde_encom 0.3.4
[INFO] tweaked toml for crates.io crate serde_encom 0.3.4 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate serde_encom 0.3.4 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate serde_encom 0.3.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded debug_unsafe v0.1.1
[INFO] [stderr]   Downloaded atoi_simd v0.16.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d34981f4830ad809e942fe2a130ac19a33bd2faf2fa44094200c17e715903295
[INFO] running `Command { std: "docker" "start" "-a" "d34981f4830ad809e942fe2a130ac19a33bd2faf2fa44094200c17e715903295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d34981f4830ad809e942fe2a130ac19a33bd2faf2fa44094200c17e715903295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d34981f4830ad809e942fe2a130ac19a33bd2faf2fa44094200c17e715903295", kill_on_drop: false }`
[INFO] [stdout] d34981f4830ad809e942fe2a130ac19a33bd2faf2fa44094200c17e715903295
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea291434c8b87f1b9b0a1ad87113e83484479ff26b9f20ca2354a4a3b8394213
[INFO] running `Command { std: "docker" "start" "-a" "ea291434c8b87f1b9b0a1ad87113e83484479ff26b9f20ca2354a4a3b8394213", kill_on_drop: false }`
[INFO] [stderr]    Compiling atoi_simd v0.16.0
[INFO] [stderr]    Compiling debug_unsafe v0.1.1
[INFO] [stderr]    Compiling serde_encom v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/mod.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/mod.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/mod.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]  --> src/des/deserializer.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/deserializer.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/deserializer.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/deserializer.rs:75:11
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:136:19
[INFO] [stdout]     |
[INFO] [stdout] 136 |             #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:485:11
[INFO] [stdout]     |
[INFO] [stdout] 485 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:790:11
[INFO] [stdout]     |
[INFO] [stdout] 790 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:805:15
[INFO] [stdout]     |
[INFO] [stdout] 805 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:907:11
[INFO] [stdout]     |
[INFO] [stdout] 907 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:930:11
[INFO] [stdout]     |
[INFO] [stdout] 930 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:980:11
[INFO] [stdout]     |
[INFO] [stdout] 980 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1001:15
[INFO] [stdout]      |
[INFO] [stdout] 1001 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1043:11
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1101:15
[INFO] [stdout]      |
[INFO] [stdout] 1101 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1107:11
[INFO] [stdout]      |
[INFO] [stdout] 1107 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1126:11
[INFO] [stdout]      |
[INFO] [stdout] 1126 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1137:11
[INFO] [stdout]      |
[INFO] [stdout] 1137 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1162:11
[INFO] [stdout]      |
[INFO] [stdout] 1162 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1171:11
[INFO] [stdout]      |
[INFO] [stdout] 1171 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1196:11
[INFO] [stdout]      |
[INFO] [stdout] 1196 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/des/deserializer.rs:1469:11
[INFO] [stdout]      |
[INFO] [stdout] 1469 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1612:15
[INFO] [stdout]      |
[INFO] [stdout] 1612 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1616:11
[INFO] [stdout]      |
[INFO] [stdout] 1616 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/des/deserializer.rs:1825:15
[INFO] [stdout]      |
[INFO] [stdout] 1825 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/des/parser_number.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/parser_number.rs:21:19
[INFO] [stdout]    |
[INFO] [stdout] 21 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/parser_number.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/des/read.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/des/read.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(all(feature = "raw_value", feature = "std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/des/read.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:109:11
[INFO] [stdout]     |
[INFO] [stdout] 109 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:171:11
[INFO] [stdout]     |
[INFO] [stdout] 171 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:183:11
[INFO] [stdout]     |
[INFO] [stdout] 183 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:194:11
[INFO] [stdout]     |
[INFO] [stdout] 194 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:215:19
[INFO] [stdout]     |
[INFO] [stdout] 215 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:307:15
[INFO] [stdout]     |
[INFO] [stdout] 307 |     #[cfg(not(feature = "raw_value"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:313:11
[INFO] [stdout]     |
[INFO] [stdout] 313 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:419:11
[INFO] [stdout]     |
[INFO] [stdout] 419 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:424:11
[INFO] [stdout]     |
[INFO] [stdout] 424 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:268:23
[INFO] [stdout]     |
[INFO] [stdout] 268 |                 #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:279:27
[INFO] [stdout]     |
[INFO] [stdout] 279 |                     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:477:19
[INFO] [stdout]     |
[INFO] [stdout] 477 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:710:11
[INFO] [stdout]     |
[INFO] [stdout] 710 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:715:11
[INFO] [stdout]     |
[INFO] [stdout] 715 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:767:19
[INFO] [stdout]     |
[INFO] [stdout] 767 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:860:11
[INFO] [stdout]     |
[INFO] [stdout] 860 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:866:11
[INFO] [stdout]     |
[INFO] [stdout] 866 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:995:11
[INFO] [stdout]     |
[INFO] [stdout] 995 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/des/read.rs:1001:11
[INFO] [stdout]      |
[INFO] [stdout] 1001 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]  --> src/des/wrapper/init.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/map_key.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/map_key.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/wrapper/map_key.rs:131:15
[INFO] [stdout]     |
[INFO] [stdout] 131 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/saved_map_key.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/saved_map_key.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/wrapper/saved_map_key.rs:131:15
[INFO] [stdout]     |
[INFO] [stdout] 131 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]  --> src/des/wrapper/saved_seq.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/compound.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/compound.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/compound.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 65 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/compound.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/compound.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/compound.rs:82:19
[INFO] [stdout]    |
[INFO] [stdout] 82 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:166:19
[INFO] [stdout]     |
[INFO] [stdout] 166 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:168:19
[INFO] [stdout]     |
[INFO] [stdout] 168 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:206:19
[INFO] [stdout]     |
[INFO] [stdout] 206 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:208:19
[INFO] [stdout]     |
[INFO] [stdout] 208 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:228:19
[INFO] [stdout]     |
[INFO] [stdout] 228 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:230:19
[INFO] [stdout]     |
[INFO] [stdout] 230 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:243:19
[INFO] [stdout]     |
[INFO] [stdout] 243 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:245:19
[INFO] [stdout]     |
[INFO] [stdout] 245 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:267:19
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:275:19
[INFO] [stdout]     |
[INFO] [stdout] 275 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:290:19
[INFO] [stdout]     |
[INFO] [stdout] 290 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:292:19
[INFO] [stdout]     |
[INFO] [stdout] 292 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:314:19
[INFO] [stdout]     |
[INFO] [stdout] 314 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:316:19
[INFO] [stdout]     |
[INFO] [stdout] 316 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:336:19
[INFO] [stdout]     |
[INFO] [stdout] 336 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:338:19
[INFO] [stdout]     |
[INFO] [stdout] 338 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/serializer.rs:398:19
[INFO] [stdout]     |
[INFO] [stdout] 398 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/serializer.rs:400:19
[INFO] [stdout]     |
[INFO] [stdout] 400 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/wrapper/data.rs:294:19
[INFO] [stdout]     |
[INFO] [stdout] 294 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/wrapper/data.rs:296:19
[INFO] [stdout]     |
[INFO] [stdout] 296 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/wrapper/init.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/wrapper/init.rs:254:19
[INFO] [stdout]     |
[INFO] [stdout] 254 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/wrapper/map_key.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/wrapper/map_key.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/wrapper/seq.rs:232:19
[INFO] [stdout]     |
[INFO] [stdout] 232 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/wrapper/seq.rs:234:19
[INFO] [stdout]     |
[INFO] [stdout] 234 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/mod.rs:112:7
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[cfg(feature = "raw_value")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/value/number.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/value/number.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/value/number.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:72:7
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:449:7
[INFO] [stdout]     |
[INFO] [stdout] 449 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:452:7
[INFO] [stdout]     |
[INFO] [stdout] 452 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:484:7
[INFO] [stdout]     |
[INFO] [stdout] 484 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:489:7
[INFO] [stdout]     |
[INFO] [stdout] 489 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:517:7
[INFO] [stdout]     |
[INFO] [stdout] 517 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:637:7
[INFO] [stdout]     |
[INFO] [stdout] 637 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:642:7
[INFO] [stdout]     |
[INFO] [stdout] 642 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:664:7
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:667:7
[INFO] [stdout]     |
[INFO] [stdout] 667 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:780:7
[INFO] [stdout]     |
[INFO] [stdout] 780 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:782:7
[INFO] [stdout]     |
[INFO] [stdout] 782 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:303:11
[INFO] [stdout]     |
[INFO] [stdout] 303 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:98:19
[INFO] [stdout]    |
[INFO] [stdout] 98 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:104:15
[INFO] [stdout]     |
[INFO] [stdout] 104 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:128:19
[INFO] [stdout]     |
[INFO] [stdout] 128 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:133:15
[INFO] [stdout]     |
[INFO] [stdout] 133 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 158 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:163:15
[INFO] [stdout]     |
[INFO] [stdout] 163 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:189:19
[INFO] [stdout]     |
[INFO] [stdout] 189 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:201:15
[INFO] [stdout]     |
[INFO] [stdout] 201 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:219:19
[INFO] [stdout]     |
[INFO] [stdout] 219 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:224:15
[INFO] [stdout]     |
[INFO] [stdout] 224 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:241:19
[INFO] [stdout]     |
[INFO] [stdout] 241 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:247:15
[INFO] [stdout]     |
[INFO] [stdout] 247 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:267:27
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:271:23
[INFO] [stdout]     |
[INFO] [stdout] 271 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:310:19
[INFO] [stdout]     |
[INFO] [stdout] 310 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:316:15
[INFO] [stdout]     |
[INFO] [stdout] 316 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:323:27
[INFO] [stdout]     |
[INFO] [stdout] 323 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:327:23
[INFO] [stdout]     |
[INFO] [stdout] 327 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:348:15
[INFO] [stdout]     |
[INFO] [stdout] 348 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:357:11
[INFO] [stdout]     |
[INFO] [stdout] 357 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:370:15
[INFO] [stdout]     |
[INFO] [stdout] 370 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:383:11
[INFO] [stdout]     |
[INFO] [stdout] 383 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:430:19
[INFO] [stdout]     |
[INFO] [stdout] 430 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:524:19
[INFO] [stdout]     |
[INFO] [stdout] 524 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 |     deserialize_any!(owned);
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:537:15
[INFO] [stdout]     |
[INFO] [stdout] 537 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 |     deserialize_any!(owned);
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 595 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 595 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 596 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 596 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 597 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 597 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 598 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 598 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 599 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 599 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 600 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 600 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 601 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 601 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 602 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 602 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 603 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 603 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:524:19
[INFO] [stdout]     |
[INFO] [stdout] 524 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 615 |     deserialize_any!(ref);
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:537:15
[INFO] [stdout]     |
[INFO] [stdout] 537 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 615 |     deserialize_any!(ref);
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 617 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 617 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 619 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 619 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 620 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 620 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 621 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 621 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 622 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 622 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 623 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 623 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 624 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 624 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 625 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 625 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 626 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 626 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 627 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 627 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 628 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 628 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:718:19
[INFO] [stdout]     |
[INFO] [stdout] 718 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:689:27
[INFO] [stdout]     |
[INFO] [stdout] 689 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:693:23
[INFO] [stdout]     |
[INFO] [stdout] 693 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:699:27
[INFO] [stdout]     |
[INFO] [stdout] 699 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:703:23
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:709:27
[INFO] [stdout]     |
[INFO] [stdout] 709 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:713:23
[INFO] [stdout]     |
[INFO] [stdout] 713 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:734:35
[INFO] [stdout]     |
[INFO] [stdout] 734 |                         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 777 | impl_from_unsigned!(u8, u16, u32, u64, usize);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:736:31
[INFO] [stdout]     |
[INFO] [stdout] 736 |                         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 777 | impl_from_unsigned!(u8, u16, u32, u64, usize);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:757:35
[INFO] [stdout]     |
[INFO] [stdout] 757 |                         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 778 | impl_from_signed!(i8, i16, i32, i64, isize);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_signed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:765:31
[INFO] [stdout]     |
[INFO] [stdout] 765 |                         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 778 | impl_from_signed!(i8, i16, i32, i64, isize);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_signed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:786:15
[INFO] [stdout]     |
[INFO] [stdout] 786 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:796:11
[INFO] [stdout]     |
[INFO] [stdout] 796 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/value/des.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/des.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:141:19
[INFO] [stdout]     |
[INFO] [stdout] 141 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/des.rs:146:19
[INFO] [stdout]     |
[INFO] [stdout] 146 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 |     deserialize_number!(deserialize_i8);
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 |     deserialize_number!(deserialize_i8);
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |     deserialize_number!(deserialize_i16);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |     deserialize_number!(deserialize_i16);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 |     deserialize_number!(deserialize_i32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 |     deserialize_number!(deserialize_i32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 |     deserialize_number!(deserialize_i64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 |     deserialize_number!(deserialize_i64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |     deserialize_number!(deserialize_i128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |     deserialize_number!(deserialize_i128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     deserialize_number!(deserialize_u8);
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     deserialize_number!(deserialize_u8);
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 |     deserialize_number!(deserialize_u16);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 |     deserialize_number!(deserialize_u16);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |     deserialize_number!(deserialize_u32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |     deserialize_number!(deserialize_u32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 274 |     deserialize_number!(deserialize_u64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 274 |     deserialize_number!(deserialize_u64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 275 |     deserialize_number!(deserialize_u128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 275 |     deserialize_number!(deserialize_u128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |     deserialize_number!(deserialize_f32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |     deserialize_number!(deserialize_f32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     deserialize_number!(deserialize_f64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     deserialize_number!(deserialize_f64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/des.rs:342:15
[INFO] [stdout]     |
[INFO] [stdout] 342 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 776 |     deserialize_value_ref_number!(deserialize_i8);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 776 |     deserialize_value_ref_number!(deserialize_i8);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 777 |     deserialize_value_ref_number!(deserialize_i16);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 777 |     deserialize_value_ref_number!(deserialize_i16);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 778 |     deserialize_value_ref_number!(deserialize_i32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 778 |     deserialize_value_ref_number!(deserialize_i32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 779 |     deserialize_value_ref_number!(deserialize_i64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 779 |     deserialize_value_ref_number!(deserialize_i64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 780 |     deserialize_number!(deserialize_i128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 780 |     deserialize_number!(deserialize_i128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 781 |     deserialize_value_ref_number!(deserialize_u8);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 781 |     deserialize_value_ref_number!(deserialize_u8);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 782 |     deserialize_value_ref_number!(deserialize_u16);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 782 |     deserialize_value_ref_number!(deserialize_u16);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 783 |     deserialize_value_ref_number!(deserialize_u32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 783 |     deserialize_value_ref_number!(deserialize_u32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 784 |     deserialize_value_ref_number!(deserialize_u64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 784 |     deserialize_value_ref_number!(deserialize_u64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 785 |     deserialize_number!(deserialize_u128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 785 |     deserialize_number!(deserialize_u128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 786 |     deserialize_value_ref_number!(deserialize_f32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 786 |     deserialize_value_ref_number!(deserialize_f32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 787 |     deserialize_value_ref_number!(deserialize_f64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 787 |     deserialize_value_ref_number!(deserialize_f64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/des.rs:850:15
[INFO] [stdout]     |
[INFO] [stdout] 850 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/value/des.rs:1232:15
[INFO] [stdout]      |
[INFO] [stdout] 1232 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/value/des.rs:1236:11
[INFO] [stdout]      |
[INFO] [stdout] 1236 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/value/des.rs:1303:11
[INFO] [stdout]      |
[INFO] [stdout] 1303 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/value/des.rs:1305:11
[INFO] [stdout]      |
[INFO] [stdout] 1305 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/value/des.rs:1334:19
[INFO] [stdout]      |
[INFO] [stdout] 1334 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/value/des.rs:1336:19
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/value/des.rs:1349:19
[INFO] [stdout]      |
[INFO] [stdout] 1349 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/value/des.rs:1351:19
[INFO] [stdout]      |
[INFO] [stdout] 1351 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/from.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:726:7
[INFO] [stdout]     |
[INFO] [stdout] 726 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:729:7
[INFO] [stdout]     |
[INFO] [stdout] 729 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:734:7
[INFO] [stdout]     |
[INFO] [stdout] 734 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:897:7
[INFO] [stdout]     |
[INFO] [stdout] 897 | #[cfg(feature = "raw_value")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:900:7
[INFO] [stdout]     |
[INFO] [stdout] 900 | #[cfg(feature = "raw_value")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:905:7
[INFO] [stdout]     |
[INFO] [stdout] 905 | #[cfg(feature = "raw_value")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/ser.rs:96:11
[INFO] [stdout]    |
[INFO] [stdout] 96 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:122:15
[INFO] [stdout]     |
[INFO] [stdout] 122 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:127:19
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:267:19
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:269:19
[INFO] [stdout]     |
[INFO] [stdout] 269 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:312:11
[INFO] [stdout]     |
[INFO] [stdout] 312 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:314:11
[INFO] [stdout]     |
[INFO] [stdout] 314 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:414:19
[INFO] [stdout]     |
[INFO] [stdout] 414 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:416:19
[INFO] [stdout]     |
[INFO] [stdout] 416 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:435:19
[INFO] [stdout]     |
[INFO] [stdout] 435 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:437:19
[INFO] [stdout]     |
[INFO] [stdout] 437 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:446:19
[INFO] [stdout]     |
[INFO] [stdout] 446 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:448:19
[INFO] [stdout]     |
[INFO] [stdout] 448 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:668:19
[INFO] [stdout]     |
[INFO] [stdout] 668 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:677:19
[INFO] [stdout]     |
[INFO] [stdout] 677 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:693:19
[INFO] [stdout]     |
[INFO] [stdout] 693 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:697:19
[INFO] [stdout]     |
[INFO] [stdout] 697 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `validate`
[INFO] [stdout]    --> src/des/read.rs:229:48
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn parse_str_bytes<'s, T, F>(&'s mut self, validate: bool, result: F) -> Result<T>
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn parse_str_bytes<'s, T, F>(&'s mut self, _validate: bool, result: F) -> Result<T>
[INFO] [stdout]     |                                                +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `__`
[INFO] [stdout]     |
[INFO] [stdout] 229 -     fn parse_str_bytes<'s, T, F>(&'s mut self, validate: bool, result: F) -> Result<T>
[INFO] [stdout] 229 +     fn parse_str_bytes<'s, T, F>(&'s mut self, des::read::ESCAPE::__: bool, result: F) -> Result<T>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/des/read.rs:229:64
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn parse_str_bytes<'s, T, F>(&'s mut self, validate: bool, result: F) -> Result<T>
[INFO] [stdout]     |                                                                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `write_number_str` and `write_raw_fragment` are never used
[INFO] [stdout]    --> src/ser/formatter/formatter.rs:158:8
[INFO] [stdout]     |
[INFO] [stdout]   5 | pub(crate) trait Formatter {
[INFO] [stdout]     |                  --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 158 |     fn write_number_str<W>(&mut self, writer: &mut W, value: &str) -> io::Result<()>
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 361 |     fn write_raw_fragment<W>(&mut self, writer: &mut W, fragment: &str) -> io::Result<()>
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value/map.rs:170:21
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn entry<S>(&mut self, key: S) -> Entry
[INFO] [stdout]     |                     ^^^^^^^^^             ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn entry<S>(&mut self, key: S) -> Entry<'_>
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value/map.rs:199:17
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value/map.rs:207:21
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn iter_mut(&mut self) -> IterMut {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn iter_mut(&mut self) -> IterMut<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value/map.rs:215:17
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn keys(&self) -> Keys {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn keys(&self) -> Keys<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value/map.rs:223:19
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn values(&self) -> Values {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn values(&self) -> Values<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value/map.rs:231:23
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn values_mut(&mut self) -> ValuesMut {
[INFO] [stdout]     |                       ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn values_mut(&mut self) -> ValuesMut<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value/number.rs:788:30
[INFO] [stdout]     |
[INFO] [stdout] 788 |     pub(crate) fn unexpected(&self) -> Unexpected {
[INFO] [stdout]     |                              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 788 |     pub(crate) fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/value/des.rs:1368:19
[INFO] [stdout]      |
[INFO] [stdout] 1368 |     fn unexpected(&self) -> Unexpected {
[INFO] [stdout]      |                   ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1368 |     fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
[INFO] running `Command { std: "docker" "inspect" "ea291434c8b87f1b9b0a1ad87113e83484479ff26b9f20ca2354a4a3b8394213", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea291434c8b87f1b9b0a1ad87113e83484479ff26b9f20ca2354a4a3b8394213", kill_on_drop: false }`
[INFO] [stdout] ea291434c8b87f1b9b0a1ad87113e83484479ff26b9f20ca2354a4a3b8394213
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db3e5a9632c01895a3d0309a42b2b36aadc08b3bca9b0e2e6dd4639182e897cf
[INFO] running `Command { std: "docker" "start" "-a" "db3e5a9632c01895a3d0309a42b2b36aadc08b3bca9b0e2e6dd4639182e897cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling serde_encom v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/mod.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/mod.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/mod.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]  --> src/des/deserializer.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/deserializer.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/deserializer.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/deserializer.rs:75:11
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:136:19
[INFO] [stdout]     |
[INFO] [stdout] 136 |             #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:485:11
[INFO] [stdout]     |
[INFO] [stdout] 485 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:790:11
[INFO] [stdout]     |
[INFO] [stdout] 790 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:805:15
[INFO] [stdout]     |
[INFO] [stdout] 805 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:907:11
[INFO] [stdout]     |
[INFO] [stdout] 907 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:930:11
[INFO] [stdout]     |
[INFO] [stdout] 930 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:980:11
[INFO] [stdout]     |
[INFO] [stdout] 980 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1001:15
[INFO] [stdout]      |
[INFO] [stdout] 1001 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1043:11
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1101:15
[INFO] [stdout]      |
[INFO] [stdout] 1101 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1107:11
[INFO] [stdout]      |
[INFO] [stdout] 1107 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1126:11
[INFO] [stdout]      |
[INFO] [stdout] 1126 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1137:11
[INFO] [stdout]      |
[INFO] [stdout] 1137 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1162:11
[INFO] [stdout]      |
[INFO] [stdout] 1162 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1171:11
[INFO] [stdout]      |
[INFO] [stdout] 1171 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1196:11
[INFO] [stdout]      |
[INFO] [stdout] 1196 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/des/deserializer.rs:1469:11
[INFO] [stdout]      |
[INFO] [stdout] 1469 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1612:15
[INFO] [stdout]      |
[INFO] [stdout] 1612 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1616:11
[INFO] [stdout]      |
[INFO] [stdout] 1616 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/des/deserializer.rs:1825:15
[INFO] [stdout]      |
[INFO] [stdout] 1825 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/des/parser_number.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/parser_number.rs:21:19
[INFO] [stdout]    |
[INFO] [stdout] 21 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/parser_number.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/des/read.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/des/read.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(all(feature = "raw_value", feature = "std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/des/read.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:109:11
[INFO] [stdout]     |
[INFO] [stdout] 109 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:171:11
[INFO] [stdout]     |
[INFO] [stdout] 171 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:183:11
[INFO] [stdout]     |
[INFO] [stdout] 183 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:194:11
[INFO] [stdout]     |
[INFO] [stdout] 194 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:215:19
[INFO] [stdout]     |
[INFO] [stdout] 215 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:307:15
[INFO] [stdout]     |
[INFO] [stdout] 307 |     #[cfg(not(feature = "raw_value"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:313:11
[INFO] [stdout]     |
[INFO] [stdout] 313 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:419:11
[INFO] [stdout]     |
[INFO] [stdout] 419 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:424:11
[INFO] [stdout]     |
[INFO] [stdout] 424 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:268:23
[INFO] [stdout]     |
[INFO] [stdout] 268 |                 #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:279:27
[INFO] [stdout]     |
[INFO] [stdout] 279 |                     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:477:19
[INFO] [stdout]     |
[INFO] [stdout] 477 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:710:11
[INFO] [stdout]     |
[INFO] [stdout] 710 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:715:11
[INFO] [stdout]     |
[INFO] [stdout] 715 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:767:19
[INFO] [stdout]     |
[INFO] [stdout] 767 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:860:11
[INFO] [stdout]     |
[INFO] [stdout] 860 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:866:11
[INFO] [stdout]     |
[INFO] [stdout] 866 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:995:11
[INFO] [stdout]     |
[INFO] [stdout] 995 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/des/read.rs:1001:11
[INFO] [stdout]      |
[INFO] [stdout] 1001 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]  --> src/des/wrapper/init.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/map_key.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/map_key.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/wrapper/map_key.rs:131:15
[INFO] [stdout]     |
[INFO] [stdout] 131 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/saved_map_key.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/saved_map_key.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/wrapper/saved_map_key.rs:131:15
[INFO] [stdout]     |
[INFO] [stdout] 131 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]  --> src/des/wrapper/saved_seq.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/compound.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/compound.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/compound.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 65 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/compound.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/compound.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/compound.rs:82:19
[INFO] [stdout]    |
[INFO] [stdout] 82 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:166:19
[INFO] [stdout]     |
[INFO] [stdout] 166 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:168:19
[INFO] [stdout]     |
[INFO] [stdout] 168 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:206:19
[INFO] [stdout]     |
[INFO] [stdout] 206 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:208:19
[INFO] [stdout]     |
[INFO] [stdout] 208 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:228:19
[INFO] [stdout]     |
[INFO] [stdout] 228 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:230:19
[INFO] [stdout]     |
[INFO] [stdout] 230 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:243:19
[INFO] [stdout]     |
[INFO] [stdout] 243 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:245:19
[INFO] [stdout]     |
[INFO] [stdout] 245 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:267:19
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:275:19
[INFO] [stdout]     |
[INFO] [stdout] 275 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:290:19
[INFO] [stdout]     |
[INFO] [stdout] 290 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:292:19
[INFO] [stdout]     |
[INFO] [stdout] 292 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:314:19
[INFO] [stdout]     |
[INFO] [stdout] 314 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:316:19
[INFO] [stdout]     |
[INFO] [stdout] 316 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:336:19
[INFO] [stdout]     |
[INFO] [stdout] 336 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:338:19
[INFO] [stdout]     |
[INFO] [stdout] 338 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/serializer.rs:398:19
[INFO] [stdout]     |
[INFO] [stdout] 398 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/serializer.rs:400:19
[INFO] [stdout]     |
[INFO] [stdout] 400 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/wrapper/data.rs:294:19
[INFO] [stdout]     |
[INFO] [stdout] 294 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/wrapper/data.rs:296:19
[INFO] [stdout]     |
[INFO] [stdout] 296 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/wrapper/init.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/wrapper/init.rs:254:19
[INFO] [stdout]     |
[INFO] [stdout] 254 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/wrapper/map_key.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/wrapper/map_key.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/wrapper/seq.rs:232:19
[INFO] [stdout]     |
[INFO] [stdout] 232 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/wrapper/seq.rs:234:19
[INFO] [stdout]     |
[INFO] [stdout] 234 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/mod.rs:112:7
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[cfg(feature = "raw_value")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/value/number.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/value/number.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/value/number.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:72:7
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:449:7
[INFO] [stdout]     |
[INFO] [stdout] 449 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:452:7
[INFO] [stdout]     |
[INFO] [stdout] 452 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:484:7
[INFO] [stdout]     |
[INFO] [stdout] 484 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:489:7
[INFO] [stdout]     |
[INFO] [stdout] 489 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:517:7
[INFO] [stdout]     |
[INFO] [stdout] 517 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:637:7
[INFO] [stdout]     |
[INFO] [stdout] 637 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:642:7
[INFO] [stdout]     |
[INFO] [stdout] 642 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:664:7
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:667:7
[INFO] [stdout]     |
[INFO] [stdout] 667 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:780:7
[INFO] [stdout]     |
[INFO] [stdout] 780 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:782:7
[INFO] [stdout]     |
[INFO] [stdout] 782 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:303:11
[INFO] [stdout]     |
[INFO] [stdout] 303 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:98:19
[INFO] [stdout]    |
[INFO] [stdout] 98 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:104:15
[INFO] [stdout]     |
[INFO] [stdout] 104 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:128:19
[INFO] [stdout]     |
[INFO] [stdout] 128 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:133:15
[INFO] [stdout]     |
[INFO] [stdout] 133 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 158 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:163:15
[INFO] [stdout]     |
[INFO] [stdout] 163 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:189:19
[INFO] [stdout]     |
[INFO] [stdout] 189 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:201:15
[INFO] [stdout]     |
[INFO] [stdout] 201 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:219:19
[INFO] [stdout]     |
[INFO] [stdout] 219 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:224:15
[INFO] [stdout]     |
[INFO] [stdout] 224 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:241:19
[INFO] [stdout]     |
[INFO] [stdout] 241 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:247:15
[INFO] [stdout]     |
[INFO] [stdout] 247 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:267:27
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:271:23
[INFO] [stdout]     |
[INFO] [stdout] 271 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:310:19
[INFO] [stdout]     |
[INFO] [stdout] 310 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:316:15
[INFO] [stdout]     |
[INFO] [stdout] 316 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:323:27
[INFO] [stdout]     |
[INFO] [stdout] 323 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:327:23
[INFO] [stdout]     |
[INFO] [stdout] 327 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:348:15
[INFO] [stdout]     |
[INFO] [stdout] 348 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:357:11
[INFO] [stdout]     |
[INFO] [stdout] 357 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:370:15
[INFO] [stdout]     |
[INFO] [stdout] 370 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:383:11
[INFO] [stdout]     |
[INFO] [stdout] 383 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:430:19
[INFO] [stdout]     |
[INFO] [stdout] 430 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:524:19
[INFO] [stdout]     |
[INFO] [stdout] 524 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 |     deserialize_any!(owned);
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:537:15
[INFO] [stdout]     |
[INFO] [stdout] 537 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 |     deserialize_any!(owned);
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 595 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 595 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 596 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 596 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 597 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 597 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 598 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 598 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 599 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 599 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 600 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 600 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 601 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 601 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 602 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 602 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 603 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 603 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:524:19
[INFO] [stdout]     |
[INFO] [stdout] 524 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 615 |     deserialize_any!(ref);
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:537:15
[INFO] [stdout]     |
[INFO] [stdout] 537 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 615 |     deserialize_any!(ref);
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 617 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 617 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 619 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 619 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 620 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 620 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 621 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 621 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 622 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 622 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 623 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 623 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 624 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 624 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 625 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 625 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 626 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 626 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 627 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 627 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 628 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 628 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:718:19
[INFO] [stdout]     |
[INFO] [stdout] 718 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:689:27
[INFO] [stdout]     |
[INFO] [stdout] 689 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:693:23
[INFO] [stdout]     |
[INFO] [stdout] 693 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:699:27
[INFO] [stdout]     |
[INFO] [stdout] 699 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:703:23
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:709:27
[INFO] [stdout]     |
[INFO] [stdout] 709 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:713:23
[INFO] [stdout]     |
[INFO] [stdout] 713 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:734:35
[INFO] [stdout]     |
[INFO] [stdout] 734 |                         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 777 | impl_from_unsigned!(u8, u16, u32, u64, usize);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:736:31
[INFO] [stdout]     |
[INFO] [stdout] 736 |                         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 777 | impl_from_unsigned!(u8, u16, u32, u64, usize);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:757:35
[INFO] [stdout]     |
[INFO] [stdout] 757 |                         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 778 | impl_from_signed!(i8, i16, i32, i64, isize);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_signed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:765:31
[INFO] [stdout]     |
[INFO] [stdout] 765 |                         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 778 | impl_from_signed!(i8, i16, i32, i64, isize);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_signed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:786:15
[INFO] [stdout]     |
[INFO] [stdout] 786 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:796:11
[INFO] [stdout]     |
[INFO] [stdout] 796 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/value/des.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/des.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:141:19
[INFO] [stdout]     |
[INFO] [stdout] 141 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/des.rs:146:19
[INFO] [stdout]     |
[INFO] [stdout] 146 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 |     deserialize_number!(deserialize_i8);
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 |     deserialize_number!(deserialize_i8);
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |     deserialize_number!(deserialize_i16);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 |     deserialize_number!(deserialize_i16);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 |     deserialize_number!(deserialize_i32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 |     deserialize_number!(deserialize_i32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 |     deserialize_number!(deserialize_i64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 |     deserialize_number!(deserialize_i64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |     deserialize_number!(deserialize_i128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |     deserialize_number!(deserialize_i128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     deserialize_number!(deserialize_u8);
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     deserialize_number!(deserialize_u8);
[INFO] [stdout]     |     ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 |     deserialize_number!(deserialize_u16);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 |     deserialize_number!(deserialize_u16);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |     deserialize_number!(deserialize_u32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |     deserialize_number!(deserialize_u32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 274 |     deserialize_number!(deserialize_u64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 274 |     deserialize_number!(deserialize_u64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 275 |     deserialize_number!(deserialize_u128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 275 |     deserialize_number!(deserialize_u128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |     deserialize_number!(deserialize_f32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |     deserialize_number!(deserialize_f32);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     deserialize_number!(deserialize_f64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     deserialize_number!(deserialize_f64);
[INFO] [stdout]     |     ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/des.rs:342:15
[INFO] [stdout]     |
[INFO] [stdout] 342 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 776 |     deserialize_value_ref_number!(deserialize_i8);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 776 |     deserialize_value_ref_number!(deserialize_i8);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 777 |     deserialize_value_ref_number!(deserialize_i16);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 777 |     deserialize_value_ref_number!(deserialize_i16);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 778 |     deserialize_value_ref_number!(deserialize_i32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 778 |     deserialize_value_ref_number!(deserialize_i32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 779 |     deserialize_value_ref_number!(deserialize_i64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 779 |     deserialize_value_ref_number!(deserialize_i64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 780 |     deserialize_number!(deserialize_i128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 780 |     deserialize_number!(deserialize_i128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 781 |     deserialize_value_ref_number!(deserialize_u8);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 781 |     deserialize_value_ref_number!(deserialize_u8);
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 782 |     deserialize_value_ref_number!(deserialize_u16);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 782 |     deserialize_value_ref_number!(deserialize_u16);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 783 |     deserialize_value_ref_number!(deserialize_u32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 783 |     deserialize_value_ref_number!(deserialize_u32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 784 |     deserialize_value_ref_number!(deserialize_u64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 784 |     deserialize_value_ref_number!(deserialize_u64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 785 |     deserialize_number!(deserialize_u128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 785 |     deserialize_number!(deserialize_u128);
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 786 |     deserialize_value_ref_number!(deserialize_f32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 786 |     deserialize_value_ref_number!(deserialize_f32);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 787 |     deserialize_value_ref_number!(deserialize_f64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/des.rs:709:15
[INFO] [stdout]     |
[INFO] [stdout] 709 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 787 |     deserialize_value_ref_number!(deserialize_f64);
[INFO] [stdout]     |     ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_value_ref_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/des.rs:850:15
[INFO] [stdout]     |
[INFO] [stdout] 850 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/value/des.rs:1232:15
[INFO] [stdout]      |
[INFO] [stdout] 1232 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/value/des.rs:1236:11
[INFO] [stdout]      |
[INFO] [stdout] 1236 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/value/des.rs:1303:11
[INFO] [stdout]      |
[INFO] [stdout] 1303 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/value/des.rs:1305:11
[INFO] [stdout]      |
[INFO] [stdout] 1305 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/value/des.rs:1334:19
[INFO] [stdout]      |
[INFO] [stdout] 1334 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/value/des.rs:1336:19
[INFO] [stdout]      |
[INFO] [stdout] 1336 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/value/des.rs:1349:19
[INFO] [stdout]      |
[INFO] [stdout] 1349 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/value/des.rs:1351:19
[INFO] [stdout]      |
[INFO] [stdout] 1351 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/from.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:726:7
[INFO] [stdout]     |
[INFO] [stdout] 726 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:729:7
[INFO] [stdout]     |
[INFO] [stdout] 729 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:734:7
[INFO] [stdout]     |
[INFO] [stdout] 734 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:897:7
[INFO] [stdout]     |
[INFO] [stdout] 897 | #[cfg(feature = "raw_value")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:900:7
[INFO] [stdout]     |
[INFO] [stdout] 900 | #[cfg(feature = "raw_value")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:905:7
[INFO] [stdout]     |
[INFO] [stdout] 905 | #[cfg(feature = "raw_value")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/ser.rs:96:11
[INFO] [stdout]    |
[INFO] [stdout] 96 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:122:15
[INFO] [stdout]     |
[INFO] [stdout] 122 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:127:19
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:267:19
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:269:19
[INFO] [stdout]     |
[INFO] [stdout] 269 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:312:11
[INFO] [stdout]     |
[INFO] [stdout] 312 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:314:11
[INFO] [stdout]     |
[INFO] [stdout] 314 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:414:19
[INFO] [stdout]     |
[INFO] [stdout] 414 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:416:19
[INFO] [stdout]     |
[INFO] [stdout] 416 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:435:19
[INFO] [stdout]     |
[INFO] [stdout] 435 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:437:19
[INFO] [stdout]     |
[INFO] [stdout] 437 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:446:19
[INFO] [stdout]     |
[INFO] [stdout] 446 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:448:19
[INFO] [stdout]     |
[INFO] [stdout] 448 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:668:19
[INFO] [stdout]     |
[INFO] [stdout] 668 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:677:19
[INFO] [stdout]     |
[INFO] [stdout] 677 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/ser.rs:693:19
[INFO] [stdout]     |
[INFO] [stdout] 693 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/ser.rs:697:19
[INFO] [stdout]     |
[INFO] [stdout] 697 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/mod.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/mod.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/mod.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]  --> src/des/deserializer.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/deserializer.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/deserializer.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/deserializer.rs:75:11
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:136:19
[INFO] [stdout]     |
[INFO] [stdout] 136 |             #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:485:11
[INFO] [stdout]     |
[INFO] [stdout] 485 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:790:11
[INFO] [stdout]     |
[INFO] [stdout] 790 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:805:15
[INFO] [stdout]     |
[INFO] [stdout] 805 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:907:11
[INFO] [stdout]     |
[INFO] [stdout] 907 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:930:11
[INFO] [stdout]     |
[INFO] [stdout] 930 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]    --> src/des/deserializer.rs:980:11
[INFO] [stdout]     |
[INFO] [stdout] 980 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1001:15
[INFO] [stdout]      |
[INFO] [stdout] 1001 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1043:11
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1101:15
[INFO] [stdout]      |
[INFO] [stdout] 1101 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1107:11
[INFO] [stdout]      |
[INFO] [stdout] 1107 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1126:11
[INFO] [stdout]      |
[INFO] [stdout] 1126 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1137:11
[INFO] [stdout]      |
[INFO] [stdout] 1137 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1162:11
[INFO] [stdout]      |
[INFO] [stdout] 1162 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1171:11
[INFO] [stdout]      |
[INFO] [stdout] 1171 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]     --> src/des/deserializer.rs:1196:11
[INFO] [stdout]      |
[INFO] [stdout] 1196 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/des/deserializer.rs:1469:11
[INFO] [stdout]      |
[INFO] [stdout] 1469 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1612:15
[INFO] [stdout]      |
[INFO] [stdout] 1612 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]     --> src/des/deserializer.rs:1616:11
[INFO] [stdout]      |
[INFO] [stdout] 1616 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/des/deserializer.rs:1825:15
[INFO] [stdout]      |
[INFO] [stdout] 1825 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/des/parser_number.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/parser_number.rs:21:19
[INFO] [stdout]    |
[INFO] [stdout] 21 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/des/parser_number.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/des/read.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/des/read.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(all(feature = "raw_value", feature = "std"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/des/read.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:109:11
[INFO] [stdout]     |
[INFO] [stdout] 109 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:171:11
[INFO] [stdout]     |
[INFO] [stdout] 171 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:183:11
[INFO] [stdout]     |
[INFO] [stdout] 183 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:194:11
[INFO] [stdout]     |
[INFO] [stdout] 194 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:215:19
[INFO] [stdout]     |
[INFO] [stdout] 215 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:307:15
[INFO] [stdout]     |
[INFO] [stdout] 307 |     #[cfg(not(feature = "raw_value"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:313:11
[INFO] [stdout]     |
[INFO] [stdout] 313 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:419:11
[INFO] [stdout]     |
[INFO] [stdout] 419 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:424:11
[INFO] [stdout]     |
[INFO] [stdout] 424 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:268:23
[INFO] [stdout]     |
[INFO] [stdout] 268 |                 #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:279:27
[INFO] [stdout]     |
[INFO] [stdout] 279 |                     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:477:19
[INFO] [stdout]     |
[INFO] [stdout] 477 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:710:11
[INFO] [stdout]     |
[INFO] [stdout] 710 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:715:11
[INFO] [stdout]     |
[INFO] [stdout] 715 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:767:19
[INFO] [stdout]     |
[INFO] [stdout] 767 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:860:11
[INFO] [stdout]     |
[INFO] [stdout] 860 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:866:11
[INFO] [stdout]     |
[INFO] [stdout] 866 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/read.rs:995:11
[INFO] [stdout]     |
[INFO] [stdout] 995 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]     --> src/des/read.rs:1001:11
[INFO] [stdout]      |
[INFO] [stdout] 1001 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]      = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]  --> src/des/wrapper/init.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/map_key.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/map_key.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/wrapper/map_key.rs:131:15
[INFO] [stdout]     |
[INFO] [stdout] 131 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/saved_map_key.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     #[cfg(not(feature = "float_roundtrip"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]   --> src/des/wrapper/saved_map_key.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 |     #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/des/wrapper/saved_map_key.rs:131:15
[INFO] [stdout]     |
[INFO] [stdout] 131 |         #[cfg(feature = "raw_value")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `float_roundtrip`
[INFO] [stdout]  --> src/des/wrapper/saved_seq.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "float_roundtrip")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `float_roundtrip` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/compound.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/compound.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[cfg(feature = "raw_value")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/compound.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 65 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/compound.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/compound.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/compound.rs:82:19
[INFO] [stdout]    |
[INFO] [stdout] 82 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:166:19
[INFO] [stdout]     |
[INFO] [stdout] 166 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:168:19
[INFO] [stdout]     |
[INFO] [stdout] 168 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:206:19
[INFO] [stdout]     |
[INFO] [stdout] 206 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:208:19
[INFO] [stdout]     |
[INFO] [stdout] 208 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:228:19
[INFO] [stdout]     |
[INFO] [stdout] 228 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:230:19
[INFO] [stdout]     |
[INFO] [stdout] 230 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:243:19
[INFO] [stdout]     |
[INFO] [stdout] 243 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:245:19
[INFO] [stdout]     |
[INFO] [stdout] 245 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:267:19
[INFO] [stdout]     |
[INFO] [stdout] 267 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:275:19
[INFO] [stdout]     |
[INFO] [stdout] 275 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:290:19
[INFO] [stdout]     |
[INFO] [stdout] 290 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:292:19
[INFO] [stdout]     |
[INFO] [stdout] 292 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:314:19
[INFO] [stdout]     |
[INFO] [stdout] 314 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:316:19
[INFO] [stdout]     |
[INFO] [stdout] 316 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/compound.rs:336:19
[INFO] [stdout]     |
[INFO] [stdout] 336 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/compound.rs:338:19
[INFO] [stdout]     |
[INFO] [stdout] 338 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/serializer.rs:398:19
[INFO] [stdout]     |
[INFO] [stdout] 398 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/serializer.rs:400:19
[INFO] [stdout]     |
[INFO] [stdout] 400 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/wrapper/data.rs:294:19
[INFO] [stdout]     |
[INFO] [stdout] 294 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/wrapper/data.rs:296:19
[INFO] [stdout]     |
[INFO] [stdout] 296 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/wrapper/init.rs:252:19
[INFO] [stdout]     |
[INFO] [stdout] 252 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/wrapper/init.rs:254:19
[INFO] [stdout]     |
[INFO] [stdout] 254 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/ser/wrapper/map_key.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/ser/wrapper/map_key.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/ser/wrapper/seq.rs:232:19
[INFO] [stdout]     |
[INFO] [stdout] 232 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/ser/wrapper/seq.rs:234:19
[INFO] [stdout]     |
[INFO] [stdout] 234 |             #[cfg(feature = "raw_value")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]    --> src/value/mod.rs:112:7
[INFO] [stdout]     |
[INFO] [stdout] 112 | #[cfg(feature = "raw_value")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/value/number.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/value/number.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]  --> src/value/number.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]   = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:72:7
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:449:7
[INFO] [stdout]     |
[INFO] [stdout] 449 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:452:7
[INFO] [stdout]     |
[INFO] [stdout] 452 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:484:7
[INFO] [stdout]     |
[INFO] [stdout] 484 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:489:7
[INFO] [stdout]     |
[INFO] [stdout] 489 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:517:7
[INFO] [stdout]     |
[INFO] [stdout] 517 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:637:7
[INFO] [stdout]     |
[INFO] [stdout] 637 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:642:7
[INFO] [stdout]     |
[INFO] [stdout] 642 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:664:7
[INFO] [stdout]     |
[INFO] [stdout] 664 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:667:7
[INFO] [stdout]     |
[INFO] [stdout] 667 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:780:7
[INFO] [stdout]     |
[INFO] [stdout] 780 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:782:7
[INFO] [stdout]     |
[INFO] [stdout] 782 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:303:11
[INFO] [stdout]     |
[INFO] [stdout] 303 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:338:11
[INFO] [stdout]     |
[INFO] [stdout] 338 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/number.rs:98:19
[INFO] [stdout]    |
[INFO] [stdout] 98 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:104:15
[INFO] [stdout]     |
[INFO] [stdout] 104 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:128:19
[INFO] [stdout]     |
[INFO] [stdout] 128 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:133:15
[INFO] [stdout]     |
[INFO] [stdout] 133 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 158 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:163:15
[INFO] [stdout]     |
[INFO] [stdout] 163 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:189:19
[INFO] [stdout]     |
[INFO] [stdout] 189 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:201:15
[INFO] [stdout]     |
[INFO] [stdout] 201 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:219:19
[INFO] [stdout]     |
[INFO] [stdout] 219 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:224:15
[INFO] [stdout]     |
[INFO] [stdout] 224 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:241:19
[INFO] [stdout]     |
[INFO] [stdout] 241 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:247:15
[INFO] [stdout]     |
[INFO] [stdout] 247 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:267:27
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:271:23
[INFO] [stdout]     |
[INFO] [stdout] 271 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:310:19
[INFO] [stdout]     |
[INFO] [stdout] 310 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:316:15
[INFO] [stdout]     |
[INFO] [stdout] 316 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:323:27
[INFO] [stdout]     |
[INFO] [stdout] 323 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:327:23
[INFO] [stdout]     |
[INFO] [stdout] 327 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:348:15
[INFO] [stdout]     |
[INFO] [stdout] 348 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:357:11
[INFO] [stdout]     |
[INFO] [stdout] 357 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:370:15
[INFO] [stdout]     |
[INFO] [stdout] 370 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:383:11
[INFO] [stdout]     |
[INFO] [stdout] 383 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:430:19
[INFO] [stdout]     |
[INFO] [stdout] 430 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:524:19
[INFO] [stdout]     |
[INFO] [stdout] 524 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 |     deserialize_any!(owned);
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:537:15
[INFO] [stdout]     |
[INFO] [stdout] 537 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 590 |     deserialize_any!(owned);
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 593 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 594 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 595 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 595 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 596 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 596 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 597 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 597 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 598 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 598 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 599 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 599 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 600 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 600 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 601 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 601 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 602 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 602 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 603 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 603 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:524:19
[INFO] [stdout]     |
[INFO] [stdout] 524 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 615 |     deserialize_any!(ref);
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:537:15
[INFO] [stdout]     |
[INFO] [stdout] 537 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 615 |     deserialize_any!(ref);
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_any` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 617 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 617 |     deserialize_number!(deserialize_i8 => visit_i8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 618 |     deserialize_number!(deserialize_i16 => visit_i16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 619 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 619 |     deserialize_number!(deserialize_i32 => visit_i32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 620 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 620 |     deserialize_number!(deserialize_i64 => visit_i64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 621 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 621 |     deserialize_number!(deserialize_i128 => visit_i128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 622 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 622 |     deserialize_number!(deserialize_u8 => visit_u8);
[INFO] [stdout]     |     ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 623 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 623 |     deserialize_number!(deserialize_u16 => visit_u16);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 624 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 624 |     deserialize_number!(deserialize_u32 => visit_u32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 625 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 625 |     deserialize_number!(deserialize_u64 => visit_u64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 626 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 626 |     deserialize_number!(deserialize_u128 => visit_u128);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 627 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 627 |     deserialize_number!(deserialize_f32 => visit_f32);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:569:19
[INFO] [stdout]     |
[INFO] [stdout] 569 |         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 628 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:577:15
[INFO] [stdout]     |
[INFO] [stdout] 577 |         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 628 |     deserialize_number!(deserialize_f64 => visit_f64);
[INFO] [stdout]     |     ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `deserialize_number` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:718:19
[INFO] [stdout]     |
[INFO] [stdout] 718 |             #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:689:27
[INFO] [stdout]     |
[INFO] [stdout] 689 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:693:23
[INFO] [stdout]     |
[INFO] [stdout] 693 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:699:27
[INFO] [stdout]     |
[INFO] [stdout] 699 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:703:23
[INFO] [stdout]     |
[INFO] [stdout] 703 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:709:27
[INFO] [stdout]     |
[INFO] [stdout] 709 |                 #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:713:23
[INFO] [stdout]     |
[INFO] [stdout] 713 |                 #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:734:35
[INFO] [stdout]     |
[INFO] [stdout] 734 |                         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 777 | impl_from_unsigned!(u8, u16, u32, u64, usize);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:736:31
[INFO] [stdout]     |
[INFO] [stdout] 736 |                         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 777 | impl_from_unsigned!(u8, u16, u32, u64, usize);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:757:35
[INFO] [stdout]     |
[INFO] [stdout] 757 |                         #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 778 | impl_from_signed!(i8, i16, i32, i64, isize);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_signed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:765:31
[INFO] [stdout]     |
[INFO] [stdout] 765 |                         #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 778 | impl_from_signed!(i8, i16, i32, i64, isize);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `impl_from_signed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:786:15
[INFO] [stdout]     |
[INFO] [stdout] 786 |     #[cfg(not(feature = "arbitrary_precision"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]    --> src/value/number.rs:796:11
[INFO] [stdout]     |
[INFO] [stdout] 796 |     #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]     = help: consider adding `arbitrary_precision` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `raw_value`
[INFO] [stdout]   --> src/value/des.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "raw_value")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[INFO] [stdout]    = help: consider adding `raw_value` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arbitrary_precision`
[INFO] [stdout]   --> src/value/des.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(feature = "arbitrary_precision")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, `indexmap`, `preserve_order`, `std`, and `unbounded_depth`
[WARN] too many lines in the log, truncating it
