carnix 0.4.10

Generate Nix expressions from Cargo.lock files (in order to use Nix as a build system for crates).
# 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 = "carnix"
version = "0.4.10"
authors = ["pe@pijul.org <pe@pijul.org>"]
include = ["Cargo.toml", "src/main.rs", "src/cache.rs", "src/cfg.rs", "src/krate/mod.rs", "src/krate/prefetch.rs"]
description = "Generate Nix expressions from Cargo.lock files (in order to use Nix as a build system for crates)."
homepage = "https://nest.pijul.com/pmeunier/carnix"
license = "MIT/Apache-2.0"
repository = "https://nest.pijul.com/pmeunier/carnix"
[dependencies.clap]
version = "2.27"

[dependencies.env_logger]
version = "0.4"

[dependencies.error-chain]
version = "0.11"

[dependencies.itertools]
version = "0.7.2"

[dependencies.log]
version = "0.3"

[dependencies.nom]
version = "3.2"

[dependencies.regex]
version = "0.2"

[dependencies.rusqlite]
version = "0.13"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempdir]
version = "0.3"

[dependencies.toml]
version = "0.4"