Cargo Features

[dependencies]
generational-arena = { version = "0.2.9", default-features = false, features = ["std", "serde"] }
default = std

The std feature is set by default whenever generational-arena is added without default-features = false somewhere in the dependency tree.

std default

Features from optional dependencies

The following notice applies to all the files in this source tree:

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

(If you copy files from this project into another program which is not
licenced MPL-2.0, you should add that notice to each copied file.)

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework