gluon_base 0.8.1

Basic type definitions and functions for the gluon programming language
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gluon_base"
version = "0.8.1"
authors = ["Markus <marwes91@gmail.com>"]
description = "Basic type definitions and functions for the gluon programming language"
documentation = "https://docs.rs/gluon"
license = "MIT"
repository = "https://github.com/gluon-lang/gluon"
[dependencies.anymap]
version = "0.12.0"

[dependencies.codespan]
version = "0.1.1"

[dependencies.codespan-reporting]
version = "0.1.1"

[dependencies.collect-mac]
version = "0.1.0"

[dependencies.either]
version = "1"

[dependencies.fnv]
version = "1.0.3"

[dependencies.itertools]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.ordered-float]
version = "0.5.0"

[dependencies.pretty]
version = "0.5"

[dependencies.quick-error]
version = "1.0.0"

[dependencies.serde]
version = "1.0.0"
features = ["rc"]
optional = true

[dependencies.serde_derive]
version = "1.0.0"
optional = true

[dependencies.serde_derive_state]
version = "0.4.0"
optional = true

[dependencies.serde_state]
version = "0.4.0"
features = ["rc"]
optional = true

[dependencies.smallvec]
version = "0.6"
[dev-dependencies.pretty_assertions]
version = "0.5"

[features]
serialization = ["serde", "serde_state", "serde_derive", "serde_derive_state"]