codespan 0.1.3

Data structures for tracking locations in source code
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 = "codespan"
version = "0.1.3"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
description = "Data structures for tracking locations in source code"
homepage = "https://github.com/brendanzab/codespan"
documentation = "https://docs.rs/codespan"
readme = "../README.md"
license = "Apache-2.0"
repository = "https://github.com/brendanzab/codespan"
[dependencies.failure]
version = "0.1.1"

[dependencies.heapsize]
version = "0.4"
optional = true

[dependencies.heapsize_derive]
version = "0.1"
optional = true

[dependencies.itertools]
version = "0.7"

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_derive]
version = "1"
optional = true
[dev-dependencies.pretty_assertions]
version = "0.5.0"

[features]
memory_usage = ["heapsize_derive", "heapsize"]
serialization = ["serde", "serde/rc", "serde_derive"]